CSS Masking Level 1 CR Test Suite

SVG Mask Sources (4 tests)

Test Refs Flags Info
+ 9 SVG Mask Sources
+ 9.1 The mask element
display-none-mask = Mask behaviour when mask image is missing or display:none
  • A missing or invalid mask image is equivalent to transparent black (i.e. nothing is displayed). A mask with display:none is disabled (which is a change to the specified behaviour as of issue 245)
+ 9.2 Mask Source Interpretation: the mask-type property
mask-type-computed Script CSS Masking Module Level 1: getComputedStyle().maskType
  • mask-type computed value is as specified.
mask-type-invalid Script CSS Masking Module Level 1: parsing mask-type with invalid values
  • mask-type supports only the grammar 'luminance | alpha'.
mask-type-valid Script CSS Masking Module Level 1: parsing mask-type with valid values
  • mask-type supports the full grammar 'luminance | alpha'.