blob: ba460f28f71adaafb4a5bc5fe3c6385e3a9203ac [file] [log] [blame]
PASS Should be parseable in a CSS stylesheet: '(prefers-color-scheme)'
PASS Should be parseable in a CSS stylesheet: '(prefers-color-scheme: light)'
PASS Should be parseable in a CSS stylesheet: '(prefers-color-scheme: dark)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: 0)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: none)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: 10px)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: dark 0)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: dark light)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: light/dark)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-color-scheme: no-preference)'
PASS Should be parseable in JS: '(prefers-color-scheme)'
PASS Should be parseable in JS: '(prefers-color-scheme: light)'
PASS Should be parseable in JS: '(prefers-color-scheme: dark)'
PASS Should not be parseable in JS: '(prefers-color-scheme: 0)'
PASS Should not be parseable in JS: '(prefers-color-scheme: none)'
PASS Should not be parseable in JS: '(prefers-color-scheme: 10px)'
PASS Should not be parseable in JS: '(prefers-color-scheme: dark 0)'
PASS Should not be parseable in JS: '(prefers-color-scheme: dark light)'
PASS Should not be parseable in JS: '(prefers-color-scheme: light/dark)'
PASS Should not be parseable in JS: '(prefers-color-scheme: no-preference)'
PASS Check that prefer-color-scheme evaluates to true in the boolean context