CSS Basic User Interface Module Level 3 CR Test Suite

Outline properties (9 tests)

Test Refs Flags Info
+ 4 Outline properties
+ 4.1 outline property
outline-001 = outline - create outline likes border property
  • Test checks that the outline property creates outlines around visual objects and makes them stand out
outline-002 = outline - inherit (basic)
  • Test checks that the outline property inherits the parent's value when outline set inherit
+ 4.2 outline-width property
+ 4.3 outline-style property
outline-style-011 = outline-style - dotted (basic)
  • Test checks that the outline style is dotted when outline-style set dotted
outline-style-012 = outline-style - inherit (basic)
  • Test checks that the sub element outline style is same as parent element outline style when outline-style set inherit
outline-style-013 = outline-style - dashed (basic)
  • Test checks that the outline style is dashed when outline-style set dashed
outline-style-014 = outline-style - double (basic)
  • Test checks that the outline style is two solid lines when outline-style set double
+ 4.4 outline-color property
outline-color-001 = outline-color - inherit (basic)
  • Test checks that the color of sub element outline is same as the color of parent element outline when outline-color set inherit
+ 4.5 outline-offset property
outline-offset = ttwf-reftest-outline-offset-ref
outline-offset-001 = outline-offset - length (basic)
  • Test checks that the outline-offset keeps spacing between outline and element content