blob: 00fbe2cebee7d39150d68444528cb9e3c2a8f1de [file] [log] [blame]
This is a testharness.js-based test.
FAIL Should be parseable in a CSS stylesheet: '(prefers-reduced-motion)' assert_true: expected true got false
FAIL Should be parseable in a CSS stylesheet: '(prefers-reduced-motion: no-preference)' assert_true: expected true got false
FAIL Should be parseable in a CSS stylesheet: '(prefers-reduced-motion: reduce)' assert_true: expected true got false
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)'
FAIL Should be parseable in JS: '(prefers-reduced-motion)' assert_true: expected true got false
FAIL Should be parseable in JS: '(prefers-reduced-motion: no-preference)' assert_true: expected true got false
FAIL Should be parseable in JS: '(prefers-reduced-motion: reduce)' assert_true: expected true got false
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)'
FAIL Check that no-preference evaluates to false in the boolean context assert_equals: expected true but got false
Harness: the test ran to completion.