Form control size parameter

The testcases below apply the same style information to various form controls.

  1. intrinsic width
  2. intrinsic width with a long nonbreakable text
  3. a fixed width (20px)
Then various widths scenarios are tested inside table cells. This tests the maxElementWidth computation.
  1. intrinsic width inside a auto width table
  2. intrinsic width inside a fixed width table cell which might be smaller than the intrinsic width of the control
  3. fixed width inside a auto width table
  4. fixed width inside a fixed width table cell which might be smaller than the intrinsic width of the control
  5. percentage width inside a auto width table
  6. percentage width inside a fixed width table cell which might be smaller than the intrinsic width of the control
  7. percentage width inside 100% wide table cell in a fixed width table.