CSS Basic User Interface Module Level 3 CR Test Suite

Resizing & Overflow (13 tests)

Test Refs Flags Info
+ 5 Resizing & Overflow
+ 5.1 resize property
resize-001 Interact resize - both - both width and height adjusted
  • Test checks that both width and height adjusted when resize set both.
resize-002 Interact resize - horizontal - only the width can be adjusted
  • Test checks that only the width of element can be adjusted when resize set horizontal
resize-003 Interact resize - inherit - the resize property inherits parent element
  • Test checks that the resize element inherits parent element
resize-004 Interact resize initial value - none
  • Test checks that the resize property initial value is none
resize-005 Interact resize - none - neither width nor height can be adjusted
  • Test checks that neither the width nor the height can be adjusted when resize set none
resize-006 Interact resize - vertical - only the height can be adjusted
  • Test checks that only the height can be adjusted when resize set vertical
resize-007 Interact resize - invalid without overflow property
  • Test checks that resize property is invalid without overflow property
+ 5.2 Overflow Ellipsis: the text-overflow property
text-overflow = AhemFont text-overflow - ellipsis
  • 'text-overflow:ellipsis' renders U+2026 when text is overflowing.
text-overflow-001 = text-overflow - clip - the text inline content overflows will be broken
  • Test checks that the inline content that overflows will be clipped. Characters may be only partially rendered when text-overflow set clip
text-overflow-002 = text-overflow - ellipsis - the broken textual content instead of ellipsis
  • Test checks that an ellipsis (...) is shown instead of overflowing textual content
text-overflow-003 = text-overflow - inherit - inherit clip value of parent's text-overflow property
  • Test checks that text-overflow inherits the parent' clip value when text-overflow set inherit
text-overflow-004 = text-overflow - inherit - inherit ellipsis value of parent's text-overflow property
  • Test checks that text-overflow inherits the parent' ellipsis value when text-overflow set inherit
text-overflow-005 = Ahem text-overflow reflow
  • Text overflow should disappear when the container becomes large enough. This test is targetted at bug #14952 in Servo's incremental reflow engine.