mirror of
https://github.com/servo/servo.git
synced 2025-09-12 07:58: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,54 @@
|
|||
[test-timing-attributes-order.html]
|
||||
[window.performance.timing.navigationStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.fetchStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.fetchStart >= window.performance.timing.navigationStart]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.fetchStart difference with window.performance.timing.navigationStart is 0 or at least 5 microseconds]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.domainLookupStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.domainLookupEnd > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.connectStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.connectEnd > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.requestStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.responseStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.responseEnd > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.domLoading > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.domLoading >= window.performance.timing.fetchStart]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.domLoading difference with window.performance.timing.fetchStart is 0 or at least 5 microseconds]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.unloadEventStart > 0]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.unloadEventStart >= window.performance.timing.navigationStart]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.unloadEventStart difference with window.performance.timing.navigationStart is 0 or at least 5 microseconds]
|
||||
expected: FAIL
|
||||
|
||||
[window.performance.timing.unloadEventEnd > 0]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue