CSS Images Module Level 3 CR Test Suite

Image Processing (43 tests)

Test Refs Flags Info
+ 5 Image Processing
+ 5.1 Orienting an Image on the Page: the image-orientation property
drawimage-from-bitmap-orientation-none.tentative = createImageBitmap and drawImage from an element source with image orientation: none
drawimage-from-bitmap-swap-width-height-orientation-none.tentative = createImageBitmap and drawImage from an element source with image orientation: none
drawimage-from-bitmap-swap-width-height.tentative = createImageBitmap and drawImage from an element source with image orientation: from-image
drawimage-from-bitmap.tentative = createImageBitmap and drawImage from an element source with image orientation: from-image
drawimage-from-blob.tentative = createImageBitmap and drawImage from a blob with image orientation: from-image
drawimage-from-element-orientation-none.tentative = createImageBitmap and drawImage from an element source with image orientation: none
drawimage-from-element-swap-width-height-orientation-none.tentative = createImageBitmap and drawImage from an element source with image orientation: none
drawimage-from-element-swap-width-height.tentative = createImageBitmap and drawImage from an element source with image orientation: from-image
drawimage-from-element.tentative = createImageBitmap and drawImage from an element source with image orientation: from-image
drawimage-with-src-rect.tentative = drawImage with image orientation: from-image and a sub-image source rect
image-orientation-background-image = CSS Images Module Level 3: image-orientation does apply to background-image
image-orientation-background-position = CSS Images Module Level 3: image-orientation with background positions
image-orientation-background-properties = CSS Images Module Level 3: image-orientation with background properties
image-orientation-background-properties-border-radius = CSS Images Module Level 3: image-orientation with background properties
image-orientation-border-image = CSS Images Module Level 3: image-orientation does apply to border images
image-orientation-computed Script CSS Images: getComputedStyle().imageOrientation
  • image-orientation computed value is as specified.
image-orientation-cursor CSS Images Module Level 3: image-orientation does apply to cursor
image-orientation-default = CSS Images Module Level 3: image-orientation defaults to from-image
image-orientation-from-image = CSS Images Module Level 3: image-orientation: from-image
image-orientation-from-image-composited = CSS Images Module Level 3: image-orientation: from-image with will-change: transform
image-orientation-from-image-composited-dynamic1 = CSS Images Module Level 3: change from image-orientation: none to from-image with will-change: transform
image-orientation-from-image-composited-dynamic2 = CSS Images Module Level 3: change from image-orientation: from-image to none with will-change: transform
image-orientation-from-image-computed-style Script CSS Images Module Level 3: image-orientation:none computed style
image-orientation-from-image-content-images = CSS Images Module Level 3: image-orientation: from-image for content images
image-orientation-from-image-dynamic1 = CSS Images Module Level 3: change from image-orientation: none to from-image
image-orientation-from-image-dynamic2 = CSS Images Module Level 3: change from image-orientation: from-image to none
image-orientation-from-image-embedded-content = CSS Images Module Level 3: image-orientation: from-image in embedded content
image-orientation-iframe = CSS Images Module Level 3: image-orientation does not apply to iframe contents
image-orientation-img-object-fit = CSS Images Module Level 3: image-orientation: from-image
image-orientation-invalid Script CSS Images Module Level 3: parsing image-orientation with invalid values
  • image-orientation supports only the grammar 'from-image | none'.
image-orientation-list-style-image = CSS Images Module Level 3: image-orientation does apply to list-style-image
image-orientation-mask-image = CSS Images Module Level 3: image-orientation does not apply to mask-image
image-orientation-none = CSS Images Module Level 3: image-orientation: none
image-orientation-none-computed-style Script CSS Images Module Level 3: image-orientation: none computed style
image-orientation-none-content-images = CSS Images Module Level 3: image-orientation: none for content images
image-orientation-none-image-document = CSS Images Module Level 3: image-orientation: none in image documents
image-orientation-valid Script CSS Images Module Level 3: parsing image-orientation with valid values
  • image-orientation supports the full grammar 'from-image | none'.
svg-image-orientation = CSS Images Module Level 3: svg image respects orientation
svg-image-orientation-aspect-ratio = CSS Images Module Level 3: svg image respects orientation and preserveAspectRatio
svg-image-orientation-none = CSS Images Module Level 3: svg image ignores orientation with image-orientation:none
+ 5.2 Determining How To Scale an Image: the image-rendering property
image-rendering-computed Script CSS Images: getComputedStyle().imageRendering
  • image-rendering computed value is as specified.
image-rendering-invalid Script CSS Images Module Level 3: parsing image-rendering with invalid values
  • image-rendering supports only the grammar 'auto | smooth | high-quality | crisp-edges | pixelated'.
image-rendering-valid Script CSS Images Module Level 3: parsing image-rendering with valid values
  • image-rendering supports the full grammar 'auto | smooth | high-quality | crisp-edges | pixelated'.