Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,2 @@
[aspect-ratio-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[device-aspect-ratio-002.html]
expected: FAIL

View file

@ -0,0 +1,72 @@
[dynamic-range.html]
[Should be parseable in a CSS stylesheet: '(dynamic-range: standard)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(dynamic-range: high)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(video-dynamic-range: standard)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(video-dynamic-range: high)']
expected: FAIL
[Should be parseable in JS: '(dynamic-range: standard)']
expected: FAIL
[Should be parseable in JS: '(dynamic-range: high)']
expected: FAIL
[Should be parseable in JS: '(video-dynamic-range: standard)']
expected: FAIL
[Should be parseable in JS: '(video-dynamic-range: high)']
expected: FAIL
[Check that dynamic-range is 'standard' or 'high', but not both]
expected: FAIL
[Check that video-dynamic-range is 'standard' or 'high', but not both]
expected: FAIL
[Check that dynamic-range always matches 'standard']
expected: FAIL
[Check that video-dynamic-range always matches 'standard']
expected: FAIL
[Should be known: '(dynamic-range: standard)']
expected: FAIL
[Should be known: '(dynamic-range: high)']
expected: FAIL
[Should be known: '(video-dynamic-range: standard)']
expected: FAIL
[Should be known: '(video-dynamic-range: high)']
expected: FAIL
[Should be parseable: '(dynamic-range)']
expected: FAIL
[Should be parseable: '(dynamic-range: 0)']
expected: FAIL
[Should be parseable: '(dynamic-range: 10px)']
expected: FAIL
[Should be parseable: '(dynamic-range: invalid)']
expected: FAIL
[Should be parseable: '(video-dynamic-range)']
expected: FAIL
[Should be parseable: '(video-dynamic-range: 0)']
expected: FAIL
[Should be parseable: '(video-dynamic-range: 10px)']
expected: FAIL
[Should be parseable: '(video-dynamic-range: invalid)']
expected: FAIL

View file

@ -0,0 +1,30 @@
[forced-colors.html]
[Should be known: '(forced-colors)']
expected: FAIL
[Should be known: '(forced-colors: none)']
expected: FAIL
[Should be known: '(forced-colors: active)']
expected: FAIL
[Should be parseable: '(forced-colors: 0)']
expected: FAIL
[Should be parseable: '(forced-colors: no-preference)']
expected: FAIL
[Should be parseable: '(forced-colors: 10px)']
expected: FAIL
[Should be parseable: '(forced-colors: active 0)']
expected: FAIL
[Should be parseable: '(forced-colors: none active)']
expected: FAIL
[Should be parseable: '(forced-colors: active/none)']
expected: FAIL
[Check that none evaluates to false in the boolean context]
expected: FAIL

View file

@ -0,0 +1,27 @@
[inverted-colors.html]
[Should be known: '(inverted-colors)']
expected: FAIL
[Should be known: '(inverted-colors: none)']
expected: FAIL
[Should be known: '(inverted-colors: inverted)']
expected: FAIL
[Should be parseable: '(inverted-colors: 0)']
expected: FAIL
[Should be parseable: '(inverted-colors: no-preference)']
expected: FAIL
[Should be parseable: '(inverted-colors: 10px)']
expected: FAIL
[Should be parseable: '(inverted-colors: none inverted)']
expected: FAIL
[Should be parseable: '(inverted-colors: none/inverted)']
expected: FAIL
[Check that none evaluates to false in the boolean context]
expected: FAIL

View file

@ -0,0 +1,57 @@
[match-media-parsing.html]
[Test parsing '(color)' with matchMedia]
expected: FAIL
[Test parsing '(color' with matchMedia]
expected: FAIL
[Test parsing ' (color)' with matchMedia]
expected: FAIL
[Test parsing ' ( color ) ' with matchMedia]
expected: FAIL
[Test parsing ' ( color ' with matchMedia]
expected: FAIL
[Test parsing ' color ), ( color' with matchMedia]
expected: FAIL
[Test parsing '(min-resolution: 1x)' with matchMedia]
expected: FAIL
[Test parsing '(min-resolution: calc(1x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: 2x)' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(2x))' with matchMedia]
expected: FAIL
[Test parsing '(max-resolution: 7x)' with matchMedia]
expected: FAIL
[Test parsing '(max-resolution: calc(7x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: 2dppx)' with matchMedia]
expected: FAIL
[Test parsing '(resolution: 600dpi)' with matchMedia]
expected: FAIL
[Test parsing '(resolution: 77dpcm)' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(1x + 2x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(5x - 2x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(1x * 3))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(6x / 2))' with matchMedia]
expected: FAIL

View file

@ -0,0 +1,66 @@
[media-query-matches-in-iframe.html]
[matchMedia('(max-width: 150px)').matches should update immediately]
expected: FAIL
[matchMedia('(width: 100px)').matches should update immediately]
expected: FAIL
[matchMedia('(orientation: portrait)').matches should update immediately]
expected: FAIL
[matchMedia('(aspect-ratio: 1/1)').matches should update immediately]
expected: FAIL
[matchMedia('(max-aspect-ratio: 4/3)').matches should update immediately]
expected: FAIL
[matchMedia('(height: 100px)').matches should update immediately]
expected: FAIL
[matchMedia('(max-height: 150px)').matches should update immediately]
expected: FAIL
[matchMedia('(min-aspect-ratio: 3/4)').matches should update immediately]
expected: FAIL
[matchMedia('(min-height: 150px)').matches should update immediately]
expected: FAIL
[matchMedia('(aspect-ratio: 1/2)').matches should update immediately]
expected: FAIL
[matchMedia('(min-width: 150px)').matches should update immediately]
expected: FAIL
[matchMedia('(min-aspect-ratio: 4/3)').matches should update immediately]
expected: FAIL
[matchMedia('(max-width: 150px)') should not receive a change event until update the rendering step of HTML5 event loop]
expected: FAIL
[matchMedia('(width: 100px)') should not receive a change event until update the rendering step of HTML5 event loop]
expected: FAIL
[matchMedia('(orientation: portrait)') should not receive a change event until update the rendering step of HTML5 event loop]
expected: FAIL
[matchMedia('(aspect-ratio: 1/1)') should not receive a change event until update the rendering step of HTML5 event loop]
expected: FAIL
[matchMedia('(max-aspect-ratio: 4/3)') should not receive a change event until update the rendering step of HTML5 event loop]
expected: FAIL
[matchMedia('(max-width: 150px)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
expected: FAIL
[matchMedia('(width: 100px)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
expected: FAIL
[matchMedia('(orientation: portrait)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
expected: FAIL
[matchMedia('(aspect-ratio: 1/1)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
expected: FAIL
[matchMedia('(max-aspect-ratio: 4/3)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
expected: FAIL

View file

@ -0,0 +1,2 @@
[min-width-tables-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-calc-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-calc-resolution.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[mq-dynamic-empty-children.html]
[Dynamic evaluation of media queries works fine in presence of empty media rule]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-gamut-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-gamut-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-gamut-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-invalid-media-type-layer-001.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mq-invalid-media-type-layer-002.html]
['layer' used as media types is a syntax error]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-negative-range-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-negative-range-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-range-001.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mq-unknown-feature-custom-property.html]
[Serialization of <mf-name> : <mf-value> with custom property feature name and ident value]
expected: FAIL

View file

@ -0,0 +1,18 @@
[navigation-controls.tentative.html]
[Should be known: '(navigation-controls)']
expected: FAIL
[Should be known: '(navigation-controls: none)']
expected: FAIL
[Should be known: '(navigation-controls: back-button)']
expected: FAIL
[Should be parseable: '(navigation-controls: none back-button)']
expected: FAIL
[Should be parseable: '(navigation-controls: back-button/none)']
expected: FAIL
[Check that none evaluates to false in the boolean context]
expected: FAIL

View file

@ -0,0 +1,2 @@
[negation-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[negation-002.html]
expected: FAIL

View file

@ -0,0 +1,51 @@
[prefers-color-scheme.html]
[Should be parseable in JS: '(prefers-color-scheme: dark)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-color-scheme: light)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-color-scheme)']
expected: FAIL
[Check that prefer-color-scheme evaluates to true in the boolean context]
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-color-scheme: dark)']
expected: FAIL
[Should be parseable in JS: '(prefers-color-scheme)']
expected: FAIL
[Should be parseable in JS: '(prefers-color-scheme: light)']
expected: FAIL
[Should be known: '(prefers-color-scheme)']
expected: FAIL
[Should be known: '(prefers-color-scheme: light)']
expected: FAIL
[Should be known: '(prefers-color-scheme: dark)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: 0)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: none)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: 10px)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: dark 0)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: dark light)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: light/dark)']
expected: FAIL
[Should be parseable: '(prefers-color-scheme: no-preference)']
expected: FAIL

View file

@ -0,0 +1,96 @@
[prefers-contrast.html]
[Should be parseable in a CSS stylesheet: '(prefers-contrast: low)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast)']
expected: FAIL
[Check boolean context evaluation.]
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: no-preference)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast: high)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: forced)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: low)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast: forced)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast: no-preference)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: high)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast: more)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: less)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast: less)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: more)']
expected: FAIL
[Should be parseable in a CSS stylesheet: '(prefers-contrast: custom)']
expected: FAIL
[Should be parseable in JS: '(prefers-contrast: custom)']
expected: FAIL
[Should be known: '(prefers-contrast)']
expected: FAIL
[Should be known: '(prefers-contrast: no-preference)']
expected: FAIL
[Should be known: '(prefers-contrast: more)']
expected: FAIL
[Should be known: '(prefers-contrast: less)']
expected: FAIL
[Should be known: '(prefers-contrast: custom)']
expected: FAIL
[Should be parseable: '(prefers-contrast: increase)']
expected: FAIL
[Should be parseable: '(prefers-contrast: none)']
expected: FAIL
[Should be parseable: '(prefers-contrast: forced high)']
expected: FAIL
[Should be parseable: '(prefers-contrast: forced low)']
expected: FAIL
[Should be parseable: '(prefers-contrast > increase)']
expected: FAIL
[Should be parseable: '(prefers-increased-contrast)']
expected: FAIL
[Should be parseable: '(prefers-decreased-contrast)']
expected: FAIL
[Should be parseable: '(prefers-contrast: high)']
expected: FAIL
[Should be parseable: '(prefers-contrast: low)']
expected: FAIL
[Should be parseable: '(prefers-contrast: forced)']
expected: FAIL

View file

@ -0,0 +1,30 @@
[prefers-reduced-data.html]
[Should be known: '(prefers-reduced-data)']
expected: FAIL
[Should be known: '(prefers-reduced-data: no-preference)']
expected: FAIL
[Should be known: '(prefers-reduced-data: reduce)']
expected: FAIL
[Should be parseable: '(prefers-reduced-data: 0)']
expected: FAIL
[Should be parseable: '(prefers-reduced-data: none)']
expected: FAIL
[Should be parseable: '(prefers-reduced-data: 10px)']
expected: FAIL
[Should be parseable: '(prefers-reduced-data: no-preference reduce)']
expected: FAIL
[Should be parseable: '(prefers-reduced-data: reduced)']
expected: FAIL
[Should be parseable: '(prefers-reduced-data: no-preference/reduce)']
expected: FAIL
[Check that no-preference evaluates to false in the boolean context]
expected: FAIL

View file

@ -0,0 +1,30 @@
[prefers-reduced-motion.html]
[Should be known: '(prefers-reduced-motion)']
expected: FAIL
[Should be known: '(prefers-reduced-motion: no-preference)']
expected: FAIL
[Should be known: '(prefers-reduced-motion: reduce)']
expected: FAIL
[Should be parseable: '(prefers-reduced-motion: 0)']
expected: FAIL
[Should be parseable: '(prefers-reduced-motion: none)']
expected: FAIL
[Should be parseable: '(prefers-reduced-motion: 10px)']
expected: FAIL
[Should be parseable: '(prefers-reduced-motion: no-preference reduce)']
expected: FAIL
[Should be parseable: '(prefers-reduced-motion: reduced)']
expected: FAIL
[Should be parseable: '(prefers-reduced-motion: no-preference/reduce)']
expected: FAIL
[Check that no-preference evaluates to false in the boolean context]
expected: FAIL

View file

@ -0,0 +1,30 @@
[prefers-reduced-transparency.html]
[Should be known: '(prefers-reduced-transparency)']
expected: FAIL
[Should be known: '(prefers-reduced-transparency: no-preference)']
expected: FAIL
[Should be known: '(prefers-reduced-transparency: reduce)']
expected: FAIL
[Should be parseable: '(prefers-reduced-transparency: 0)']
expected: FAIL
[Should be parseable: '(prefers-reduced-transparency: none)']
expected: FAIL
[Should be parseable: '(prefers-reduced-transparency: 10px)']
expected: FAIL
[Should be parseable: '(prefers-reduced-transparency: no-preference reduce)']
expected: FAIL
[Should be parseable: '(prefers-reduced-transparency: reduced)']
expected: FAIL
[Should be parseable: '(prefers-reduced-transparency: no-preference/reduce)']
expected: FAIL
[Check that no-preference evaluates to false in the boolean context]
expected: FAIL

View file

@ -0,0 +1,3 @@
[relative-units-005.html]
[ic unit in media queries should match initial font]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scripting-print-noscript.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scripting-print-script.html]
expected: FAIL

View file

@ -0,0 +1,27 @@
[scripting.html]
[Should be known: '(scripting)']
expected: FAIL
[Should be known: '(scripting: enabled)']
expected: FAIL
[Should be known: '(scripting: initial-only)']
expected: FAIL
[Should be known: '(scripting: none)']
expected: FAIL
[Should be parseable: '(scripting: 0)']
expected: FAIL
[Should be parseable: '(scripting: 10px)']
expected: FAIL
[Should be parseable: '(scripting: invalid)']
expected: FAIL
[Check that scripting currently matches 'enabled']
expected: FAIL
[Check that scripting currently evaluates to true in the boolean context]
expected: FAIL

File diff suppressed because it is too large Load diff