mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
57 lines
1.8 KiB
INI
Vendored
57 lines
1.8 KiB
INI
Vendored
[test-timing-attributes-order.html]
|
|
[window.performance.timing.navigationStart > 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
|
|
|
|
[window.performance.timing.domainLookupStart >= window.performance.timing.fetchStart]
|
|
expected: FAIL
|
|
|
|
[window.performance.timing.domainLookupStart difference with window.performance.timing.fetchStart is 0 or at least 5 microseconds]
|
|
expected: FAIL
|