mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
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`
55 lines
1.6 KiB
INI
55 lines
1.6 KiB
INI
[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
|