From 2631b17c81867eb42cbd723dc09f52824075e510 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 19 Jun 2016 14:27:35 +0200 Subject: [PATCH 1/3] Sort the entries in include.ini. --- tests/wpt/include.ini | 44 +++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 714a23de9e4..50b3bae353e 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -1,34 +1,32 @@ skip: true +[_mozilla] + skip: false [2dcontext] skip: false [animation-timing] skip: false +[cors] + skip: false +[cssom-view] + skip: false [dom] skip: false [domparsing] skip: false -[uievents] +[encoding] skip: false [eventsource] skip: false [FileAPI] skip: false +[hr-time] + skip: false [html] skip: false [editing] skip: true [activation] skip: false -[url] - skip: false -[touch-events] - skip: false -[typedarrays] - skip: false -[workers] - skip: false -[XMLHttpRequest] - skip: false [old-tests] skip: true [submission] @@ -37,25 +35,27 @@ skip: true skip: true [script_scheduling] skip: false -[cors] +[referrer-policy] skip: false -[webgl] +[touch-events] skip: false -[webstorage] +[typedarrays] skip: false -[encoding] +[uievents] skip: false -[websockets] - skip: false -[_mozilla] - skip: false -[hr-time] +[url] skip: false [WebCryptoAPI] skip: false +[webgl] + skip: false [WebIDL] skip: false -[cssom-view] +[websockets] skip: false -[referrer-policy] +[webstorage] + skip: false +[workers] + skip: false +[XMLHttpRequest] skip: false From a69937cd05c77463a737488693f33c9aa4e8e3ba Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 19 Jun 2016 15:56:57 +0200 Subject: [PATCH 2/3] Normalize wpt expectations. --- tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini | 1 + .../joint-session-history-only-fully-active.html.ini | 1 + tests/wpt/metadata/html/dom/interfaces.html.ini | 1 + .../the-iframe-element/cross_origin_parentage.html.ini | 2 ++ .../conformance/more/conformance/quickCheckAPI-B2.html.ini | 5 ----- ...ex-image-and-sub-image-2d-with-array-buffer-view.html.ini | 2 +- .../conformance/textures/texture-size.html.ini | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-B2.html.ini diff --git a/tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini b/tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini index 2bcc5e92f62..ffcf84dd35c 100644 --- a/tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini +++ b/tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini @@ -4,3 +4,4 @@ [Revoking blob URL used with XMLHttpRequest] expected: TIMEOUT bug: https://github.com/servo/servo/issues/10539 + diff --git a/tests/wpt/metadata/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html.ini b/tests/wpt/metadata/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html.ini index 24d84a1853f..c8cb7c63612 100644 --- a/tests/wpt/metadata/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html.ini +++ b/tests/wpt/metadata/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html.ini @@ -2,3 +2,4 @@ type: testharness [Do only fully active documents count for session history?] expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index 15180a9b01a..1ed2f225550 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -9575,3 +9575,4 @@ [HTMLInputElement interface: createInput("button") must inherit property "useMap" with the proper type (57)] expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html.ini index 693f1ef185d..508f1352c97 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html.ini @@ -2,5 +2,7 @@ type: testharness [Check the frame heriarchy 1] expected: FAIL + [Check the frame heriarchy 2] expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-B2.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-B2.html.ini deleted file mode 100644 index 87e009d770f..00000000000 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-B2.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[quickCheckAPI-B2.html] - type: testharness - [WebGL test #0: testValidArgs] - expected: PASS - diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html.ini index 2692d34fe58..af5ba37c9fa 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html.ini @@ -1,6 +1,5 @@ [tex-image-and-sub-image-2d-with-array-buffer-view.html] type: testharness - [WebGL test #0: at (0, 0) expected: 0,255,0,255 was 255,0,0,255] expected: FAIL @@ -105,3 +104,4 @@ [WebGL test #52: successfullyParsed should be true. Was false.] expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-size.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-size.html.ini index c0fa24cf1d3..f9be9cf661f 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-size.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-size.html.ini @@ -353,3 +353,4 @@ [WebGL test #254: getError expected: NO_ERROR. Was INVALID_ENUM : Should be no errors.] expected: FAIL + From 7b1de6753aa1ce15000e6269631a6d514b51e79f Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 19 Jun 2016 14:28:09 +0200 Subject: [PATCH 3/3] Run the navigation-timing tests. --- tests/wpt/include.ini | 2 + .../navigation-timing/idlharness.html.ini | 185 ++++++++++++++++++ .../test_document_open.html.ini | 3 + .../test_navigation_attributes_exist.html.ini | 11 ++ ...est_navigation_redirectCount_none.html.ini | 11 ++ .../test_navigation_type_backforward.html.ini | 6 + .../test_navigation_type_enums.html.ini | 29 +++ .../test_navigation_type_reload.html.ini | 6 + .../test_no_previous_document.html.ini | 6 + ...test_performance_attributes_exist.html.ini | 5 + ...rmance_attributes_exist_in_object.html.ini | 3 + .../test_timing_attributes_exist.html.ini | 38 ++++ .../test_timing_attributes_order.html.ini | 6 + .../test_timing_client_redirect.html.ini | 6 + .../test_timing_reload.html.ini | 6 + .../test_timing_server_redirect.html.ini | 5 + .../test_timing_xserver_redirect.html.ini | 6 + 17 files changed, 334 insertions(+) create mode 100644 tests/wpt/metadata/navigation-timing/idlharness.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_document_open.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_navigation_attributes_exist.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_navigation_redirectCount_none.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_navigation_type_backforward.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_navigation_type_enums.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_navigation_type_reload.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_no_previous_document.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_performance_attributes_exist.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_performance_attributes_exist_in_object.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_timing_attributes_exist.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_timing_attributes_order.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_timing_client_redirect.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_timing_reload.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_timing_server_redirect.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/test_timing_xserver_redirect.html.ini diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 50b3bae353e..d37502e0356 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -27,6 +27,8 @@ skip: true skip: true [activation] skip: false +[navigation-timing] + skip: false [old-tests] skip: true [submission] diff --git a/tests/wpt/metadata/navigation-timing/idlharness.html.ini b/tests/wpt/metadata/navigation-timing/idlharness.html.ini new file mode 100644 index 00000000000..c5b0f355386 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/idlharness.html.ini @@ -0,0 +1,185 @@ +[idlharness.html] + type: testharness + [Window interface: attribute performance] + expected: FAIL + + [Window interface: window must inherit property "performance" with the proper type (0)] + expected: FAIL + + [PerformanceTiming interface: attribute unloadEventStart] + expected: FAIL + + [PerformanceTiming interface: attribute unloadEventEnd] + expected: FAIL + + [PerformanceTiming interface: attribute redirectStart] + expected: FAIL + + [PerformanceTiming interface: attribute redirectEnd] + expected: FAIL + + [PerformanceTiming interface: attribute fetchStart] + expected: FAIL + + [PerformanceTiming interface: attribute domainLookupStart] + expected: FAIL + + [PerformanceTiming interface: attribute domainLookupEnd] + expected: FAIL + + [PerformanceTiming interface: attribute connectStart] + expected: FAIL + + [PerformanceTiming interface: attribute connectEnd] + expected: FAIL + + [PerformanceTiming interface: attribute secureConnectionStart] + expected: FAIL + + [PerformanceTiming interface: attribute requestStart] + expected: FAIL + + [PerformanceTiming interface: attribute responseStart] + expected: FAIL + + [PerformanceTiming interface: attribute responseEnd] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "unloadEventStart" with the proper type (1)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "unloadEventEnd" with the proper type (2)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "redirectStart" with the proper type (3)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "redirectEnd" with the proper type (4)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "fetchStart" with the proper type (5)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "domainLookupStart" with the proper type (6)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "domainLookupEnd" with the proper type (7)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "connectStart" with the proper type (8)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "connectEnd" with the proper type (9)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "secureConnectionStart" with the proper type (10)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "requestStart" with the proper type (11)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "responseStart" with the proper type (12)] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "responseEnd" with the proper type (13)] + expected: FAIL + + [PerformanceNavigation interface: existence and properties of interface object] + expected: FAIL + + [PerformanceNavigation interface object length] + expected: FAIL + + [PerformanceNavigation interface object name] + expected: FAIL + + [PerformanceNavigation interface: existence and properties of interface prototype object] + expected: FAIL + + [PerformanceNavigation interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_NAVIGATE on interface prototype object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_RELOAD on interface object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_RELOAD on interface prototype object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface prototype object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_RESERVED on interface object] + expected: FAIL + + [PerformanceNavigation interface: constant TYPE_RESERVED on interface prototype object] + expected: FAIL + + [PerformanceNavigation interface: attribute type] + expected: FAIL + + [PerformanceNavigation interface: attribute redirectCount] + expected: FAIL + + [PerformanceNavigation must be primary interface of window.performance.navigation] + expected: FAIL + + [Stringification of window.performance.navigation] + expected: FAIL + + [PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_NAVIGATE" with the proper type (0)] + expected: FAIL + + [PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RELOAD" with the proper type (1)] + expected: FAIL + + [PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_BACK_FORWARD" with the proper type (2)] + expected: FAIL + + [PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RESERVED" with the proper type (3)] + expected: FAIL + + [PerformanceNavigation interface: window.performance.navigation must inherit property "type" with the proper type (4)] + expected: FAIL + + [PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5)] + expected: FAIL + + [Performance interface: existence and properties of interface object] + expected: FAIL + + [Performance interface: existence and properties of interface prototype object] + expected: FAIL + + [Performance interface: attribute navigation] + expected: FAIL + + [Performance interface: window.performance must inherit property "navigation" with the proper type (1)] + expected: FAIL + + [EventTarget interface: window.performance must inherit property "addEventListener" with the proper type (0)] + expected: FAIL + + [EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError] + expected: FAIL + + [EventTarget interface: window.performance must inherit property "removeEventListener" with the proper type (1)] + expected: FAIL + + [EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError] + expected: FAIL + + [EventTarget interface: window.performance must inherit property "dispatchEvent" with the proper type (2)] + expected: FAIL + + [EventTarget interface: calling dispatchEvent(Event) on window.performance with too few arguments must throw TypeError] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_document_open.html.ini b/tests/wpt/metadata/navigation-timing/test_document_open.html.ini new file mode 100644 index 00000000000..d59307e0ac7 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_document_open.html.ini @@ -0,0 +1,3 @@ +[test_document_open.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/navigation-timing/test_navigation_attributes_exist.html.ini b/tests/wpt/metadata/navigation-timing/test_navigation_attributes_exist.html.ini new file mode 100644 index 00000000000..d47a6bfcb85 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_navigation_attributes_exist.html.ini @@ -0,0 +1,11 @@ +[test_navigation_attributes_exist.html] + type: testharness + [window.performance.navigation is defined] + expected: FAIL + + [window.performance.navigation.type is defined.] + expected: FAIL + + [window.performance.navigation.redirectCount is defined.] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_navigation_redirectCount_none.html.ini b/tests/wpt/metadata/navigation-timing/test_navigation_redirectCount_none.html.ini new file mode 100644 index 00000000000..57ff6920754 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_navigation_redirectCount_none.html.ini @@ -0,0 +1,11 @@ +[test_navigation_redirectCount_none.html] + type: testharness + [window.performance.navigation is defined] + expected: FAIL + + [timing.redirectStart on an non-redirected navigation] + expected: FAIL + + [timing.redirectEnd on an non-redirected navigation] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_navigation_type_backforward.html.ini b/tests/wpt/metadata/navigation-timing/test_navigation_type_backforward.html.ini new file mode 100644 index 00000000000..aa92e29a101 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_navigation_type_backforward.html.ini @@ -0,0 +1,6 @@ +[test_navigation_type_backforward.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_navigation_type_enums.html.ini b/tests/wpt/metadata/navigation-timing/test_navigation_type_enums.html.ini new file mode 100644 index 00000000000..e2c56dcdfec --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_navigation_type_enums.html.ini @@ -0,0 +1,29 @@ +[test_navigation_type_enums.html] + type: testharness + [window.performance.navigation is defined] + expected: FAIL + + [window.performance.navigation.TYPE_NAVIGATE is defined.] + expected: FAIL + + [window.performance.navigation.TYPE_NAVIGATE = 0] + expected: FAIL + + [window.performance.navigation.TYPE_RELOAD is defined.] + expected: FAIL + + [window.performance.navigation.TYPE_RELOAD = 1] + expected: FAIL + + [window.performance.navigation.TYPE_BACK_FORWARD is defined.] + expected: FAIL + + [window.performance.navigation.TYPE_BACK_FORWARD = 2] + expected: FAIL + + [window.performance.navigation.TYPE_RESERVED is defined.] + expected: FAIL + + [window.performance.navigation.TYPE_RESERVED = 255] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_navigation_type_reload.html.ini b/tests/wpt/metadata/navigation-timing/test_navigation_type_reload.html.ini new file mode 100644 index 00000000000..2c31efb1f7f --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_navigation_type_reload.html.ini @@ -0,0 +1,6 @@ +[test_navigation_type_reload.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_no_previous_document.html.ini b/tests/wpt/metadata/navigation-timing/test_no_previous_document.html.ini new file mode 100644 index 00000000000..c2521d7415d --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_no_previous_document.html.ini @@ -0,0 +1,6 @@ +[test_no_previous_document.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_performance_attributes_exist.html.ini b/tests/wpt/metadata/navigation-timing/test_performance_attributes_exist.html.ini new file mode 100644 index 00000000000..66bafed742d --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_performance_attributes_exist.html.ini @@ -0,0 +1,5 @@ +[test_performance_attributes_exist.html] + type: testharness + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_performance_attributes_exist_in_object.html.ini b/tests/wpt/metadata/navigation-timing/test_performance_attributes_exist_in_object.html.ini new file mode 100644 index 00000000000..4968568bc3f --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_performance_attributes_exist_in_object.html.ini @@ -0,0 +1,3 @@ +[test_performance_attributes_exist_in_object.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/navigation-timing/test_timing_attributes_exist.html.ini b/tests/wpt/metadata/navigation-timing/test_timing_attributes_exist.html.ini new file mode 100644 index 00000000000..e72584e33d0 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_timing_attributes_exist.html.ini @@ -0,0 +1,38 @@ +[test_timing_attributes_exist.html] + type: testharness + [window.performance.timing.connectEnd is defined.] + expected: FAIL + + [window.performance.timing.connectStart is defined.] + expected: FAIL + + [window.performance.timing.domainLookupEnd is defined.] + expected: FAIL + + [window.performance.timing.domainLookupStart is defined.] + expected: FAIL + + [window.performance.timing.fetchStart is defined.] + expected: FAIL + + [window.performance.timing.redirectEnd is defined.] + expected: FAIL + + [window.performance.timing.redirectStart is defined.] + expected: FAIL + + [window.performance.timing.requestStart is defined.] + expected: FAIL + + [window.performance.timing.responseEnd is defined.] + expected: FAIL + + [window.performance.timing.responseStart is defined.] + expected: FAIL + + [window.performance.timing.unloadEventEnd is defined.] + expected: FAIL + + [window.performance.timing.unloadEventStart is defined.] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_timing_attributes_order.html.ini b/tests/wpt/metadata/navigation-timing/test_timing_attributes_order.html.ini new file mode 100644 index 00000000000..933721b6c2d --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_timing_attributes_order.html.ini @@ -0,0 +1,6 @@ +[test_timing_attributes_order.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_timing_client_redirect.html.ini b/tests/wpt/metadata/navigation-timing/test_timing_client_redirect.html.ini new file mode 100644 index 00000000000..94efb582fc4 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_timing_client_redirect.html.ini @@ -0,0 +1,6 @@ +[test_timing_client_redirect.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_timing_reload.html.ini b/tests/wpt/metadata/navigation-timing/test_timing_reload.html.ini new file mode 100644 index 00000000000..fba8c5bfd7c --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_timing_reload.html.ini @@ -0,0 +1,6 @@ +[test_timing_reload.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_timing_server_redirect.html.ini b/tests/wpt/metadata/navigation-timing/test_timing_server_redirect.html.ini new file mode 100644 index 00000000000..cda80629d89 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_timing_server_redirect.html.ini @@ -0,0 +1,5 @@ +[test_timing_server_redirect.html] + type: testharness + [window.performance.navigation is defined] + expected: FAIL + diff --git a/tests/wpt/metadata/navigation-timing/test_timing_xserver_redirect.html.ini b/tests/wpt/metadata/navigation-timing/test_timing_xserver_redirect.html.ini new file mode 100644 index 00000000000..1ced1993a12 --- /dev/null +++ b/tests/wpt/metadata/navigation-timing/test_timing_xserver_redirect.html.ini @@ -0,0 +1,6 @@ +[test_timing_xserver_redirect.html] + type: testharness + expected: TIMEOUT + [window.performance.navigation is defined] + expected: FAIL +