diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 89a6081265c6..c784afdaad76 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -19,12 +19,6 @@ skip: true skip: false [fetch] skip: false - [api] - skip: false - [cors] - skip: true - [redirect] - skip: true [FileAPI] skip: false [hr-time] diff --git a/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName-xhtml.xhtml.ini b/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName-xhtml.xhtml.ini index bfa90316d529..c82b65e1126d 100644 --- a/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName-xhtml.xhtml.ini +++ b/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName-xhtml.xhtml.ini @@ -8,3 +8,4 @@ [Element in HTML namespace, prefix, non-ascii characters in name] expected: FAIL + diff --git a/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName.html.ini b/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName.html.ini index aa26e4b84da3..849409e0fe64 100644 --- a/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName.html.ini +++ b/tests/wpt/metadata/dom/nodes/Document-getElementsByTagName.html.ini @@ -2,3 +2,4 @@ type: testharness [Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)] expected: FAIL + diff --git a/tests/wpt/metadata/dom/nodes/Element-getElementsByTagName.html.ini b/tests/wpt/metadata/dom/nodes/Element-getElementsByTagName.html.ini index 721558ef311e..5cda7ac70ed8 100644 --- a/tests/wpt/metadata/dom/nodes/Element-getElementsByTagName.html.ini +++ b/tests/wpt/metadata/dom/nodes/Element-getElementsByTagName.html.ini @@ -2,3 +2,4 @@ type: testharness [Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)] expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/cors/cors-cookies-worker.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-cookies-worker.html.ini index 2d07c6ff52f6..b920d9857157 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-cookies-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-cookies-worker.html.ini @@ -1,5 +1,10 @@ [cors-cookies-worker.html] type: testharness - [Include mode: 1 cookie] + [Include mode: local cookies are not sent with remote request] expected: FAIL + [Include mode: remote cookies are not sent with local request] + expected: FAIL + + [Same-origin mode: cookies are discarded in cors request] + expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/cors/cors-cookies.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-cookies.html.ini index 4503f6dde8a6..be7b5c4ef842 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-cookies.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-cookies.html.ini @@ -1,5 +1,10 @@ [cors-cookies.html] type: testharness - [Include mode: 1 cookie] + [Include mode: local cookies are not sent with remote request] expected: FAIL + [Include mode: remote cookies are not sent with local request] + expected: FAIL + + [Same-origin mode: cookies are discarded in cors request] + expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials-worker.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials-worker.html.ini index b58871ea05ef..60c24f3a92d3 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials-worker.html.ini @@ -1,4 +1,5 @@ [cors-redirect-credentials-worker.html] + disabled: https://github.com/servo/servo/issues/13441 type: testharness [Redirect 301 from remote to same remote with user and password] expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials.html.ini index a21b1c4217e9..672fe8f173d2 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect-credentials.html.ini @@ -1,4 +1,5 @@ [cors-redirect-credentials.html] + disabled: https://github.com/servo/servo/issues/13441 type: testharness [Redirect 301 from remote to same remote with user and password] expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight-worker.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight-worker.html.ini index 17d4986700be..456c1886b629 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight-worker.html.ini @@ -1,4 +1,5 @@ [cors-redirect-preflight-worker.html] + disabled: https://github.com/servo/servo/issues/13441 type: testharness [Redirect 301: same origin to cors (preflight after redirection success case)] expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.html.ini index f2b6de6cf0b9..a550aa784761 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.html.ini @@ -1,4 +1,5 @@ [cors-redirect-preflight.html] + disabled: https://github.com/servo/servo/issues/13441 type: testharness [Redirect 301: same origin to cors (preflight after redirection success case)] expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-location-worker.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-location-worker.html.ini index c5ad5926032f..fe8669ca69a5 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-location-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-location-worker.html.ini @@ -1,6 +1,6 @@ [redirect-location-worker.html] + disabled: https://github.com/servo/servo/issues/13441 type: testharness - expected: TIMEOUT [Redirect 301 in "manual" mode with invalid location] expected: FAIL @@ -19,33 +19,30 @@ [Redirect 303 in "manual" mode with data location] expected: FAIL - [Redirect 307 in "follow" mode with invalid location] - expected: TIMEOUT - [Redirect 307 in "manual" mode with invalid location] - expected: NOTRUN + expected: FAIL [Redirect 307 in "follow" mode with data location] - expected: NOTRUN + expected: FAIL [Redirect 307 in "manual" mode with data location] - expected: NOTRUN - - [Redirect 308 in "follow" mode without location] - expected: NOTRUN - - [Redirect 308 in "manual" mode without location] - expected: NOTRUN - - [Redirect 308 in "follow" mode with invalid location] - expected: NOTRUN + expected: FAIL [Redirect 308 in "manual" mode with invalid location] - expected: NOTRUN + expected: FAIL [Redirect 308 in "follow" mode with data location] - expected: NOTRUN + expected: FAIL [Redirect 308 in "manual" mode with data location] - expected: NOTRUN + expected: FAIL + + [Redirect 301 in "follow" mode with data location] + expected: FAIL + + [Redirect 302 in "follow" mode with data location] + expected: FAIL + + [Redirect 303 in "follow" mode with data location] + expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-location.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-location.html.ini index c77ddc25ce79..41ac455b7157 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-location.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-location.html.ini @@ -1,6 +1,6 @@ [redirect-location.html] + disabled: https://github.com/servo/servo/issues/13441 type: testharness - expected: TIMEOUT [Redirect 301 in "manual" mode with invalid location] expected: FAIL @@ -19,33 +19,30 @@ [Redirect 303 in "manual" mode with data location] expected: FAIL - [Redirect 307 in "follow" mode with invalid location] - expected: TIMEOUT - [Redirect 307 in "manual" mode with invalid location] - expected: NOTRUN + expected: FAIL [Redirect 307 in "follow" mode with data location] - expected: NOTRUN + expected: FAIL [Redirect 307 in "manual" mode with data location] - expected: NOTRUN - - [Redirect 308 in "follow" mode without location] - expected: NOTRUN - - [Redirect 308 in "manual" mode without location] - expected: NOTRUN - - [Redirect 308 in "follow" mode with invalid location] - expected: NOTRUN + expected: FAIL [Redirect 308 in "manual" mode with invalid location] - expected: NOTRUN + expected: FAIL [Redirect 308 in "follow" mode with data location] - expected: NOTRUN + expected: FAIL [Redirect 308 in "manual" mode with data location] - expected: NOTRUN + expected: FAIL + + [Redirect 301 in "follow" mode with data location] + expected: FAIL + + [Redirect 302 in "follow" mode with data location] + expected: FAIL + + [Redirect 303 in "follow" mode with data location] + expected: FAIL diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-schemes.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-schemes.html.ini index a386be931c28..ed7b37c7d6ad 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-schemes.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-schemes.html.ini @@ -3,3 +3,6 @@ [Fetch: handling different schemes in redirects 3] expected: FAIL + [Fetch: handling different schemes in redirects 1] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl-worker.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl-worker.html.ini index 031dc346574f..911d3fe577cf 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl-worker.html.ini @@ -6,3 +6,12 @@ [Testing data URL loading after cross-origin redirection (no-cors mode)] expected: FAIL + [Testing data URL loading after same-origin redirection (cors mode)] + expected: FAIL + + [Testing data URL loading after same-origin redirection (same-origin mode)] + expected: FAIL + + [Testing data URL loading after cross-origin redirection (cors mode)] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl.html.ini index 25a5bfab0a9d..56dc671be6bf 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-to-dataurl.html.ini @@ -6,3 +6,12 @@ [Testing data URL loading after cross-origin redirection (no-cors mode)] expected: FAIL + [Testing data URL loading after same-origin redirection (cors mode)] + expected: FAIL + + [Testing data URL loading after same-origin redirection (same-origin mode)] + expected: FAIL + + [Testing data URL loading after cross-origin redirection (cors mode)] + expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/uninitialized-test.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/uninitialized-test.html.ini index b7ebd19cea09..dfecd0e7fea8 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/uninitialized-test.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/uninitialized-test.html.ini @@ -1,6 +1,6 @@ [uninitialized-test.html] type: testharness disabled: https://github.com/servo/servo/issues/13710 - [WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL + diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/renderbuffer-initialization.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/renderbuffer-initialization.html.ini index 890fbb6f19f7..af0302b85f81 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/renderbuffer-initialization.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/renderbuffer-initialization.html.ini @@ -1,7 +1,6 @@ [renderbuffer-initialization.html] type: testharness disabled: https://github.com/servo/servo/issues/13710 - [WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL @@ -10,3 +9,4 @@ [WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] expected: FAIL + diff --git a/tests/wpt/metadata/workers/semantics/interface-objects/002.worker.js.ini b/tests/wpt/metadata/workers/semantics/interface-objects/002.worker.js.ini index 83bc27ccfb18..9d9c868c2725 100644 --- a/tests/wpt/metadata/workers/semantics/interface-objects/002.worker.js.ini +++ b/tests/wpt/metadata/workers/semantics/interface-objects/002.worker.js.ini @@ -11,3 +11,4 @@ [The PageTransitionEvent interface object should not be exposed.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/css/matchMedia.html.ini b/tests/wpt/mozilla/meta/css/matchMedia.html.ini index 00c4a6854732..4c3498a53a75 100644 --- a/tests/wpt/mozilla/meta/css/matchMedia.html.ini +++ b/tests/wpt/mozilla/meta/css/matchMedia.html.ini @@ -1,7 +1,6 @@ [matchMedia.html] type: testharness expected: OK - [window.matchMedia exists] expected: FAIL @@ -13,3 +12,4 @@ [Resize iframe from 200x100 to 200x50, then to 100x50] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/connect/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/connect/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/connect/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/connect/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/disconnect-called-during.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/disconnect-called-during.html.ini index 1a2657fcbbfb..da8bb775c6a6 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/disconnect-called-during.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristic/disconnect-called-during.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getCharacteristic. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range-with-uuid.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range-with-uuid.html.ini index 806be3b92649..1b969eeedc9c 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range-with-uuid.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range-with-uuid.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range with UUID. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during-with-uuid.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during-with-uuid.html.ini index 28fd369e511f..46aad0b0b86a 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during-with-uuid.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during-with-uuid.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getCharacteristics. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during.html.ini index 69f6ca742317..c5fac401ccb7 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getCharacteristics/disconnect-called-during.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getCharacteristics. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/disconnect-called-during.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/disconnect-called-during.html.ini index af8f78fb97e2..33a78394305f 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/disconnect-called-during.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptor/disconnect-called-during.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getDescriptor. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range-with-uuid.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range-with-uuid.html.ini index 1008ff322ba3..59fc0e875327 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range-with-uuid.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range-with-uuid.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during-with-uuid.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during-with-uuid.html.ini index da39583d21cd..fcf32eee1b53 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during-with-uuid.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during-with-uuid.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getDescriptors. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during.html.ini index bb5eb54229a6..688f3731dddb 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getDescriptors/disconnect-called-during.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getDescriptors. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/disconnect-called-during.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/disconnect-called-during.html.ini index b258f7a5893c..4fe36e35d1f8 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/disconnect-called-during.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryService/disconnect-called-during.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getPrimaryService. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html.ini index 1008ff322ba3..59fc0e875327 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html.ini index 74d4cfd37a79..5c47617f913d 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getPrimaryServices. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during.html.ini index 9b3e3ba70cd4..09efe9b5c3b5 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/getPrimaryServices/disconnect-called-during.html.ini @@ -2,3 +2,4 @@ type: testharness [disconnect() called during getPrimaryServices. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/characteristic/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/characteristic/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/characteristic/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/characteristic/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/descriptor/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/descriptor/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/descriptor/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/readValue/descriptor/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/characteristic/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/characteristic/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/characteristic/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/characteristic/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/descriptor/device-goes-out-of-range.html.ini b/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/descriptor/device-goes-out-of-range.html.ini index 45a9d5dbde94..1ac7e23518b2 100644 --- a/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/descriptor/device-goes-out-of-range.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/bluetooth/writeValue/descriptor/device-goes-out-of-range.html.ini @@ -2,3 +2,4 @@ type: testharness [Device goes out of range. Reject with NetworkError.] expected: FAIL + diff --git a/tests/wpt/mozilla/meta/mozilla/mime_sniffing_font_context.html.ini b/tests/wpt/mozilla/meta/mozilla/mime_sniffing_font_context.html.ini deleted file mode 100644 index f58ef7e15c72..000000000000 --- a/tests/wpt/mozilla/meta/mozilla/mime_sniffing_font_context.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[mime_sniffing_font_context.html] - type: testharness