mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Update test expectations
This commit is contained in:
parent
bbc94d256c
commit
fb69e15d80
15 changed files with 0 additions and 176 deletions
|
@ -1,43 +1,4 @@
|
|||
[idlharness.window.html]
|
||||
[PerformanceNavigationTiming must be primary interface of performance.getEntriesByType("navigation")[0\]]
|
||||
expected: PASS
|
||||
|
||||
[Stringification of performance.getEntriesByType("navigation")[0\]]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "unloadEventStart" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "unloadEventEnd" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domInteractive" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domContentLoadedEventStart" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domContentLoadedEventEnd" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domComplete" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "loadEventStart" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "loadEventEnd" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "type" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "redirectCount" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "toJSON()" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceNavigationTiming interface: default toJSON operation on performance.getEntriesByType("navigation")[0\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[nav2_test_instance_accessible_from_the_start.html]
|
||||
type: testharness
|
||||
[PerformanceNavigationTiming instance exists with reasonable values.]
|
||||
expected: PASS
|
||||
|
|
@ -3,6 +3,3 @@
|
|||
[PerformanceNavigationTiming.name updated in iframes]
|
||||
expected: FAIL
|
||||
|
||||
[navigation.name updated when iframe URL changes]
|
||||
expected: PASS
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[nav2_test_navigate_within_document.html]
|
||||
type: testharness
|
||||
[Navigation Timing 2 WPT]
|
||||
expected: PASS
|
||||
|
|
@ -1,37 +1,10 @@
|
|||
[unload-event-same-origin-check.html]
|
||||
[Redirect chain with a partial TAO opt-in]
|
||||
expected: PASS
|
||||
|
||||
[No previous document with same origin redirect]
|
||||
expected: FAIL
|
||||
|
||||
[cross-cross-same Redirect chain with no TAO opt-in]
|
||||
expected: PASS
|
||||
|
||||
[Same-cross-same redirect chain with no TAO opt-in]
|
||||
expected: PASS
|
||||
|
||||
[Same origin previous document with same origin redirect]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect chain with full TAO opt-in]
|
||||
expected: PASS
|
||||
|
||||
[Previous document same origin]
|
||||
expected: FAIL
|
||||
|
||||
[No previous document]
|
||||
expected: PASS
|
||||
|
||||
[No previous document with cross origin redirect]
|
||||
expected: PASS
|
||||
|
||||
[Previous document cross origin]
|
||||
expected: PASS
|
||||
|
||||
[No previous document with cross origin redirect with TAO]
|
||||
expected: PASS
|
||||
|
||||
[No previous document with cross origin redirect with partial TAO]
|
||||
expected: PASS
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[clear_resource_timing_functionality.html]
|
||||
[4 resource timing entries should be stored in this page.]
|
||||
expected: PASS
|
||||
|
||||
[No resource timing entries should be stored after clearResourceTimings.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,46 +1,10 @@
|
|||
[idlharness.any.html]
|
||||
[PerformanceResourceTiming interface: attribute transferSize]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "transferSize" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute decodedBodySize]
|
||||
expected: PASS
|
||||
|
||||
[Stringification of resource]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "decodedBodySize" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute encodedBodySize]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "encodedBodySize" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming must be primary interface of resource]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "workerStart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceResourceTiming interface: attribute secureConnectionStart]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "secureConnectionStart" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute workerStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "domainLookupEnd" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute domainLookupEnd]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: default toJSON operation on resource]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -49,39 +13,9 @@
|
|||
[PerformanceResourceTiming interface: resource must inherit property "workerStart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceResourceTiming interface: attribute transferSize]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "secureConnectionStart" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "transferSize" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute decodedBodySize]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "domainLookupEnd" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "decodedBodySize" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute encodedBodySize]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: resource must inherit property "encodedBodySize" with the proper type]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute secureConnectionStart]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: attribute workerStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceResourceTiming interface: attribute domainLookupEnd]
|
||||
expected: PASS
|
||||
|
||||
[PerformanceResourceTiming interface: default toJSON operation on resource]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[resource_cached.htm]
|
||||
[There should be two entries]
|
||||
expected: PASS
|
||||
|
|
@ -1,7 +1,4 @@
|
|||
[resource_connection_reuse.html]
|
||||
[There should be 2 PerformanceEntries]
|
||||
expected: PASS
|
||||
|
||||
[domainLookupEnd and fetchStart should be the same]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,9 +8,6 @@
|
|||
[domainLookupStart and fetchStart should be the same]
|
||||
expected: FAIL
|
||||
|
||||
[secureConnectionStart should be zero]
|
||||
expected: PASS
|
||||
|
||||
[connectEnd and fetchStart should be the same]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[resource_connection_reuse.https.html]
|
||||
[There should be 2 PerformanceEntries]
|
||||
expected: PASS
|
||||
|
||||
[secureConnectionStart and fetchStart should be the same]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[resource_connection_reuse_mixed_content.html]
|
||||
[There should be 2 PerformanceEntries]
|
||||
expected: PASS
|
||||
|
||||
[secureConnectionStart and fetchStart should be the same]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[resource_connection_reuse_mixed_content_redirect.html]
|
||||
[There should be 2 PerformanceEntries]
|
||||
expected: PASS
|
||||
|
||||
[secureConnectionStart and fetchStart should be the same]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,6 +5,3 @@
|
|||
[http://web-platform.test:8000/resource-timing/resources/inject_resource_test.html is not expected to be in the Resource Timing buffer]
|
||||
expected: FAIL
|
||||
|
||||
[Testing resource entries]
|
||||
expected: PASS
|
||||
|
||||
|
|
|
@ -29,6 +29,3 @@
|
|||
[http://web-platform.test:8000/resource-timing/resources/inject_resource_test.html is not expected to be in the Resource Timing buffer]
|
||||
expected: FAIL
|
||||
|
||||
[Testing resource entries]
|
||||
expected: PASS
|
||||
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
[This test validates the functionality of onresourcetimingbufferfull in resource timing.]
|
||||
expected: FAIL
|
||||
|
||||
[There are 4 scripts, and setResourceTimingBufferSize does not reduce the size.]
|
||||
expected: PASS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue