CSS Images Module Level 3 CR Test Suite

Image Values: the type (5 tests)

Test Refs Flags Info
+ 3 Image Values: the type
+ 3.1 Image References and Image Slices: the ‘’ type and ‘url()’ notation
+ 3.2 Image Fallbacks and Annotations: the ‘image()’ notation
css-image-fallbacks-and-annotations = CSS Image Fallbacks and Annotations: the 'image()' notation
  • When the image doesn't load, the background color is still there to ensure that the white text is readable.
css-image-fallbacks-and-annotations002 = CSS Image Fallbacks and Annotations: the 'image()' notation
  • The 'image()' function load the image.
css-image-fallbacks-and-annotations003 = CSS Image Fallbacks and Annotations: the 'image()' notation
  • The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.
css-image-fallbacks-and-annotations004 = CSS Image Fallbacks and Annotations: the 'image()' notation
  • The rule below would tell the UA to load The first file if it can; failing that to load The second file.
css-image-fallbacks-and-annotations005 = CSS Image Fallbacks and Annotations: the 'image()' notation
  • The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.
+ 3.2.1 Image Fragments
+ 3.2.2 Image Fallbacks
+ 3.2.3 Solid-color Images