diff options
43 files changed, 99 insertions, 51 deletions
diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 89a6081265c..c784afdaad7 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 bfa90316d52..c82b65e1126 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 aa26e4b84da..849409e0fe6 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 721558ef311..5cda7ac70ed 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 2d07c6ff52f..b920d985715 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 4503f6dde8a..be7b5c4ef84 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 b58871ea05e..60c24f3a92d 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 a21b1c4217e..672fe8f173d 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 17d4986700b..456c1886b62 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 f2b6de6cf0b..a550aa78476 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 c5ad5926032..fe8669ca69a 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 c77ddc25ce7..41ac455b715 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 a386be931c2..ed7b37c7d6a 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 031dc346574..911d3fe577c 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 25a5bfab0a9..56dc671be6b 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 b7ebd19cea0..dfecd0e7fea 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 890fbb6f19f..af0302b85f8 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 83bc27ccfb1..9d9c868c272 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 00c4a685473..4c3498a53a7 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 45a9d5dbde9..1ac7e23518b 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 45a9d5dbde9..1ac7e23518b 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 1a2657fcbbf..da8bb775c6a 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 806be3b9264..1b969eeedc9 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 45a9d5dbde9..1ac7e23518b 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 28fd369e511..46aad0b0b86 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 69f6ca74231..c5fac401ccb 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 45a9d5dbde9..1ac7e23518b 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 af8f78fb97e..33a78394305 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 1008ff322ba..59fc0e87532 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 45a9d5dbde9..1ac7e23518b 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 da39583d21c..fcf32eee1b5 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 bb5eb54229a..688f3731ddd 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 45a9d5dbde9..1ac7e23518b 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 b258f7a5893..4fe36e35d1f 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 1008ff322ba..59fc0e87532 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 45a9d5dbde9..1ac7e23518b 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 74d4cfd37a7..5c47617f913 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 9b3e3ba70cd..09efe9b5c3b 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 45a9d5dbde9..1ac7e23518b 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 45a9d5dbde9..1ac7e23518b 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 45a9d5dbde9..1ac7e23518b 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 45a9d5dbde9..1ac7e23518b 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 f58ef7e15c7..00000000000 --- 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 |