mirror of
https://github.com/servo/servo.git
synced 2025-09-21 12:20:20 +01:00
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:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue