blob: eed87a13119eb91a2348451ec9a79d31332dfa09 [file] [log] [blame]
PASS Should be parseable in a CSS stylesheet: '(prefers-reduced-motion)'
PASS Should be parseable in a CSS stylesheet: '(prefers-reduced-motion: no-preference)'
PASS Should be parseable in a CSS stylesheet: '(prefers-reduced-motion: reduce)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-reduced-motion: 0)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-reduced-motion: none)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-reduced-motion: 10px)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-reduced-motion: no-preference reduce)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-reduced-motion: reduced)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-reduced-motion: no-preference/reduce)'
PASS Should be parseable in JS: '(prefers-reduced-motion)'
PASS Should be parseable in JS: '(prefers-reduced-motion: no-preference)'
PASS Should be parseable in JS: '(prefers-reduced-motion: reduce)'
PASS Should not be parseable in JS: '(prefers-reduced-motion: 0)'
PASS Should not be parseable in JS: '(prefers-reduced-motion: none)'
PASS Should not be parseable in JS: '(prefers-reduced-motion: 10px)'
PASS Should not be parseable in JS: '(prefers-reduced-motion: no-preference reduce)'
PASS Should not be parseable in JS: '(prefers-reduced-motion: reduced)'
PASS Should not be parseable in JS: '(prefers-reduced-motion: no-preference/reduce)'
PASS Check that no-preference evaluates to false in the boolean context