From 33079866c19295d1b8d01bbb241b5233a0fec6a9 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Tue, 3 Sep 2019 10:28:52 +0000 Subject: [PATCH] Update web-platform-tests to revision 1ac959f3e6198767fecf67740d3e1687b184265f --- .../canvas_complexshapes_arcto_001.htm.ini | 3 - ...as_complexshapes_beziercurveto_001.htm.ini | 3 - .../FileAPI/url/url-with-fetch.any.js.ini | 6 +- tests/wpt/metadata/MANIFEST.json | 205 ++++++-- .../mix-blend-mode-animation.html.ini | 2 + .../matchMedia-display-none-iframe.html.ini | 2 + .../fetch/api/cors/cors-origin.any.js.ini | 6 + ...s-preflight-not-cors-safelisted.any.js.ini | 12 + .../api/cors/cors-preflight-star.any.js.ini | 12 + .../fetch/api/cors/cors-preflight.any.js.ini | 42 ++ .../cors/cors-redirect-preflight.any.js.ini | 90 ++++ .../fetch/content-type/response.window.js.ini | 19 +- .../fetch/content-type/script.window.js.ini | 6 + .../nosniff/parsing-nosniff.window.js.ini | 3 - .../traverse_the_history_3.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 - .../autofocus/supported-elements.html.ini | 7 + .../form-submission-algorithm.html.ini | 4 + .../resource-timing/resource_TAO_zero.htm.ini | 3 + .../realtimeanalyser-fft-scaling.html.ini | 1 + .../sub-sample-buffer-stitching.html.ini | 6 + .../canvas_complexshapes_arcto_001-ref.htm | 15 +- ...as_complexshapes_beziercurveto_001-ref.htm | 25 +- ...yle-allowed-while-cloning-objects.sub.html | 9 + .../linebox/video-needs-layout-crash.html | 7 + ...eyframes-remove-documentElement-crash.html | 22 + ...om-layout-on-same-element-crash.https.html | 21 + ...h-custom-layout-on-same-element.https.html | 10 + .../ruby-base-different-size-ref.html | 27 + .../css-ruby/ruby-base-different-size.html | 25 + ...te-space-pre-wrap-trailing-spaces-004.html | 3 +- .../fetch/api/resources/preflight.py | 5 + .../coop-navigated-popup.https.html | 4 +- .../forms/autofocus/resources/utils.js | 27 + .../forms/autofocus/supported-elements.html | 37 ++ .../web-platform-tests/images/canvas-line.png | Bin 502 -> 0 bytes .../import-maps/bare.sub.tentative.html | 1 + .../expected-fail/uncaught-exception.html | 8 + .../assumptions/document-fonts-ready.html.ini | 4 + .../assumptions/html-elements.html.ini | 4 +- .../expected-fail/uncaught-exception.html.ini | 4 + .../infrastructure/server/context.any.js.ini | 7 +- .../server/order-of-metas.any.js.ini | 2 +- .../server/secure-context.https.any.js.ini | 7 +- .../infrastructure/server/title.any.js.ini | 2 +- .../server/wpt-server-http.sub.html.ini | 20 + .../server/wpt-server-websocket.sub.html.ini | 41 ++ .../actions/actionsWithKeyPressed.html.ini | 2 +- .../testdriver/actions/eventOrder.html.ini | 2 +- .../testdriver/actions/multiDevice.html.ini | 2 +- .../testdriver/actions/pause.html.ini | 2 +- .../testdriver/file_upload.sub.html.ini | 4 + .../testdriver/generate_test_report.html.ini | 2 +- .../web-platform-tests/interfaces/web-nfc.idl | 10 +- .../MediaStream-removetrack.https.html | 18 +- .../resources/idlharness.js | 16 +- .../tests/unit/IdlInterface/constructors.html | 25 + .../resources/webidl2/lib/webidl2.js | 469 +++++++++++------- .../struct/scripted/autofocus-attribute.svg | 54 ++ .../svg/struct/scripted/blank.svg | 2 + .../ctor-convolver.html | 13 + 61 files changed, 1114 insertions(+), 284 deletions(-) delete mode 100644 tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_arcto_001.htm.ini delete mode 100644 tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_beziercurveto_001.htm.ini create mode 100644 tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata/html/semantics/forms/autofocus/supported-elements.html.ini create mode 100644 tests/wpt/web-platform-tests/css/CSS2/linebox/video-needs-layout-crash.html create mode 100644 tests/wpt/web-platform-tests/css/css-animations/keyframes-remove-documentElement-crash.html create mode 100644 tests/wpt/web-platform-tests/css/css-multicol/with-custom-layout-on-same-element-crash.https.html create mode 100644 tests/wpt/web-platform-tests/css/css-multicol/with-custom-layout-on-same-element.https.html create mode 100644 tests/wpt/web-platform-tests/css/css-ruby/ruby-base-different-size-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-ruby/ruby-base-different-size.html create mode 100644 tests/wpt/web-platform-tests/html/semantics/forms/autofocus/resources/utils.js create mode 100644 tests/wpt/web-platform-tests/html/semantics/forms/autofocus/supported-elements.html delete mode 100644 tests/wpt/web-platform-tests/images/canvas-line.png create mode 100644 tests/wpt/web-platform-tests/infrastructure/expected-fail/uncaught-exception.html create mode 100644 tests/wpt/web-platform-tests/infrastructure/metadata/infrastructure/assumptions/document-fonts-ready.html.ini create mode 100644 tests/wpt/web-platform-tests/infrastructure/metadata/infrastructure/expected-fail/uncaught-exception.html.ini create mode 100644 tests/wpt/web-platform-tests/infrastructure/metadata/infrastructure/server/wpt-server-http.sub.html.ini create mode 100644 tests/wpt/web-platform-tests/infrastructure/metadata/infrastructure/server/wpt-server-websocket.sub.html.ini create mode 100644 tests/wpt/web-platform-tests/resources/test/tests/unit/IdlInterface/constructors.html create mode 100644 tests/wpt/web-platform-tests/svg/struct/scripted/autofocus-attribute.svg create mode 100644 tests/wpt/web-platform-tests/svg/struct/scripted/blank.svg diff --git a/tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_arcto_001.htm.ini b/tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_arcto_001.htm.ini deleted file mode 100644 index 6dc919e21b1..00000000000 --- a/tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_arcto_001.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[canvas_complexshapes_arcto_001.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_beziercurveto_001.htm.ini b/tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_beziercurveto_001.htm.ini deleted file mode 100644 index dc36d46fa9c..00000000000 --- a/tests/wpt/metadata/2dcontext/building-paths/canvas_complexshapes_beziercurveto_001.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[canvas_complexshapes_beziercurveto_001.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini b/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini index 3b874fc1748..6a3af4e2ece 100644 --- a/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini +++ b/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini @@ -14,6 +14,9 @@ [Revoke blob URL after creating Request, will fetch] expected: FAIL + [Revoke blob URL after calling fetch, fetch should succeed] + expected: FAIL + [url-with-fetch.any.html] [Untitled] @@ -34,6 +37,3 @@ [Revoke blob URL after creating Request, will fetch] expected: FAIL - [Revoke blob URL after calling fetch, fetch should succeed] - expected: FAIL - diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 3d023211792..0c87f8f92fc 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -133963,6 +133963,18 @@ {} ] ], + "css/css-multicol/with-custom-layout-on-same-element.https.html": [ + [ + "css/css-multicol/with-custom-layout-on-same-element.https.html", + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], "css/css-multicol/zero-column-width-layout.html": [ [ "css/css-multicol/zero-column-width-layout.html", @@ -139799,6 +139811,18 @@ {} ] ], + "css/css-ruby/ruby-base-different-size.html": [ + [ + "css/css-ruby/ruby-base-different-size.html", + [ + [ + "/css/css-ruby/ruby-base-different-size-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-ruby/ruby-layout-internal-boxes.html": [ [ "css/css-ruby/ruby-layout-internal-boxes.html", @@ -254586,6 +254610,9 @@ "css/css-ruby/root-ruby-ref.xhtml": [ [] ], + "css/css-ruby/ruby-base-different-size-ref.html": [ + [] + ], "css/css-ruby/ruby-layout-internal-boxes-ref.html": [ [] ], @@ -273375,6 +273402,9 @@ "html/semantics/forms/autofocus/resources/child-autofocus.html": [ [] ], + "html/semantics/forms/autofocus/resources/utils.js": [ + [] + ], "html/semantics/forms/constraints/support/validator.js": [ [] ], @@ -274701,9 +274731,6 @@ "images/broken.png": [ [] ], - "images/canvas-line.png": [ - [] - ], "images/clear-100x50.png": [ [] ], @@ -274950,6 +274977,9 @@ "infrastructure/metadata/infrastructure/assumptions/allowed-to-play.html.ini": [ [] ], + "infrastructure/metadata/infrastructure/assumptions/document-fonts-ready.html.ini": [ + [] + ], "infrastructure/metadata/infrastructure/assumptions/html-elements.html.ini": [ [] ], @@ -274965,6 +274995,9 @@ "infrastructure/metadata/infrastructure/expected-fail/timeout.html.ini": [ [] ], + "infrastructure/metadata/infrastructure/expected-fail/uncaught-exception.html.ini": [ + [] + ], "infrastructure/metadata/infrastructure/reftest/reftest_and_fail.html.ini": [ [] ], @@ -275013,6 +275046,12 @@ "infrastructure/metadata/infrastructure/server/title.any.js.ini": [ [] ], + "infrastructure/metadata/infrastructure/server/wpt-server-http.sub.html.ini": [ + [] + ], + "infrastructure/metadata/infrastructure/server/wpt-server-websocket.sub.html.ini": [ + [] + ], "infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini": [ [] ], @@ -279888,6 +279927,9 @@ "resources/test/tests/unit/IdlDictionary/test_partial_dictionary.html": [ [] ], + "resources/test/tests/unit/IdlInterface/constructors.html": [ + [] + ], "resources/test/tests/unit/IdlInterface/default_to_json_operation.html": [ [] ], @@ -282564,6 +282606,9 @@ "svg/struct/reftests/reference/green-100x100.svg": [ [] ], + "svg/struct/scripted/blank.svg": [ + [] + ], "svg/styling/render/transform-box-ref.svg": [ [] ], @@ -314043,6 +314088,12 @@ {} ] ], + "css/CSS2/linebox/video-needs-layout-crash.html": [ + [ + "css/CSS2/linebox/video-needs-layout-crash.html", + {} + ] + ], "css/CSS2/normal-flow/auto-margins-root-element.html": [ [ "css/CSS2/normal-flow/auto-margins-root-element.html", @@ -315015,6 +315066,12 @@ {} ] ], + "css/css-animations/keyframes-remove-documentElement-crash.html": [ + [ + "css/css-animations/keyframes-remove-documentElement-crash.html", + {} + ] + ], "css/css-animations/parsing/animation-delay-computed.html": [ [ "css/css-animations/parsing/animation-delay-computed.html", @@ -321009,6 +321066,12 @@ {} ] ], + "css/css-multicol/with-custom-layout-on-same-element-crash.https.html": [ + [ + "css/css-multicol/with-custom-layout-on-same-element-crash.https.html", + {} + ] + ], "css/css-multicol/zero-column-width-computed-style.html": [ [ "css/css-multicol/zero-column-width-computed-style.html", @@ -358415,6 +358478,12 @@ {} ] ], + "html/semantics/forms/autofocus/supported-elements.html": [ + [ + "html/semantics/forms/autofocus/supported-elements.html", + {} + ] + ], "html/semantics/forms/constraints/form-validation-checkValidity.html": [ [ "html/semantics/forms/constraints/form-validation-checkValidity.html", @@ -365401,7 +365470,9 @@ "import-maps/bare.sub.tentative.html": [ [ "import-maps/bare.sub.tentative.html", - {} + { + "timeout": "long" + } ] ], "import-maps/builtin-empty.tentative.html": [ @@ -365662,6 +365733,12 @@ {} ] ], + "infrastructure/expected-fail/uncaught-exception.html": [ + [ + "infrastructure/expected-fail/uncaught-exception.html", + {} + ] + ], "infrastructure/server/context.any.js": [ [ "infrastructure/server/context.any.html", @@ -405557,6 +405634,12 @@ {} ] ], + "svg/struct/scripted/autofocus-attribute.svg": [ + [ + "svg/struct/scripted/autofocus-attribute.svg", + {} + ] + ], "svg/styling/required-properties.svg": [ [ "svg/styling/required-properties.svg", @@ -445267,7 +445350,7 @@ "support" ], "2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm": [ - "6fc212ea482063bfeb88cff14d9829fdd2684669", + "31ddfcafd9d1e4ba0c29b4297d7f2050f5cc8435", "support" ], "2dcontext/building-paths/canvas_complexshapes_arcto_001.htm": [ @@ -445275,7 +445358,7 @@ "reftest" ], "2dcontext/building-paths/canvas_complexshapes_beziercurveto_001-ref.htm": [ - "935e84c5c85229fe95582575124feb8b87a20664", + "6be08c0b3c8378cf73e2d115f44b5a46529ddb27", "support" ], "2dcontext/building-paths/canvas_complexshapes_beziercurveto_001.htm": [ @@ -477023,7 +477106,7 @@ "testharness" ], "content-security-policy/style-src/inline-style-allowed-while-cloning-objects.sub.html": [ - "7c95f47aff880d5818331b5020dacf39a5fc6839", + "d222743049e3777cbece37b6bbc3b717b6eca262", "testharness" ], "content-security-policy/style-src/inline-style-allowed.sub.html": [ @@ -505474,6 +505557,10 @@ "21451a04fa5e9618276e0e518e82bbb7bb64b21d", "reftest" ], + "css/CSS2/linebox/video-needs-layout-crash.html": [ + "b8c52edf8272abc6f7c30372b1d37e9545d08c74", + "testharness" + ], "css/CSS2/lists/counter-increment-003.xht": [ "ec01daee98f0871caca224a76ff27905b2a25853", "visual" @@ -541078,6 +541165,10 @@ "6e7697b9d81db6888077318389e1d70964241b3c", "testharness" ], + "css/css-animations/keyframes-remove-documentElement-crash.html": [ + "aba7f9c6edd71d4a2b9446fb6de890866c41da64", + "testharness" + ], "css/css-animations/parsing/animation-delay-computed.html": [ "832466ac0642616c28bdb4aebad8833e6a4c92d0", "testharness" @@ -568842,6 +568933,14 @@ "59843ae54b64f6ce4f7e616d4be491c911ea84cf", "support" ], + "css/css-multicol/with-custom-layout-on-same-element-crash.https.html": [ + "7e1c804258ab54290047a4b712f0bff613acd168", + "testharness" + ], + "css/css-multicol/with-custom-layout-on-same-element.https.html": [ + "5388b08cde3936088978f09ccb0fd438347421e1", + "reftest" + ], "css/css-multicol/zero-column-width-computed-style.html": [ "46d876f1a150c257be9c37d25a4a4c34d2f1d73d", "testharness" @@ -573642,6 +573741,14 @@ "80f49f0dbcf3e3a76ba6f740243e19a5f627bfd2", "visual" ], + "css/css-ruby/ruby-base-different-size-ref.html": [ + "695ab1cdb7125ae75532a58027a361bd882348c4", + "support" + ], + "css/css-ruby/ruby-base-different-size.html": [ + "dcfde6c16eab415d24c5c1f0404c982dc21a98d6", + "reftest" + ], "css/css-ruby/ruby-layout-internal-boxes-ref.html": [ "7c89ee60e980076df9d49ad676cf34b496333831", "support" @@ -584519,7 +584626,7 @@ "reftest" ], "css/css-text/white-space/white-space-pre-wrap-trailing-spaces-004.html": [ - "becd4638eb068b26c00851390e393026796d7675", + "aa048b512e940511030631f2c379aaa995e6b868", "reftest" ], "css/css-text/white-space/white-space-pre-wrap-trailing-spaces-005.html": [ @@ -625431,7 +625538,7 @@ "support" ], "fetch/api/resources/preflight.py": [ - "1843c74c88e200986af1ac0ecf5921456020ffe0", + "d2249606db624892dab96fc9484a9e274947b859", "support" ], "fetch/api/resources/redirect-empty-location.py": [ @@ -630567,7 +630674,7 @@ "support" ], "html/cross-origin-opener-policy/coop-navigated-popup.https.html": [ - "0b51512c221d9035bac5a99b83b661af2fc65d5a", + "9a92dd9bde885e9e3ee19c6e4ef93a0e7b82e418", "testharness" ], "html/cross-origin-opener-policy/coop-navigated-popup.https.html.headers": [ @@ -641234,6 +641341,14 @@ "afd5601a523ff0a1d60d37b171b2098a38600ace", "support" ], + "html/semantics/forms/autofocus/resources/utils.js": [ + "f3690a633ffb20a09430cf126eab9871fcf03c38", + "support" + ], + "html/semantics/forms/autofocus/supported-elements.html": [ + "cbd21010ffe41eb06d4c95c87ed6c4b87a2e7ab5", + "testharness" + ], "html/semantics/forms/constraints/form-validation-checkValidity.html": [ "2e790c75d82dec2f60f64199ea4e1cba1164bc63", "testharness" @@ -647494,10 +647609,6 @@ "f2581017b43d44664e7137a78c0803554b50f3b1", "support" ], - "images/canvas-line.png": [ - "30f8f4540560939e1295cccb0c665b9ced908ad4", - "support" - ], "images/clear-100x50.png": [ "eeedd0ff05889ffd4468bf19a2e8e9e0a094201c", "support" @@ -647695,7 +647806,7 @@ "testharness" ], "import-maps/bare.sub.tentative.html": [ - "5bfb6b52072338568397a8dfac3a98a90c70b34b", + "cf99589f9bd56730423880d6fd4f93df293e6ddf", "testharness" ], "import-maps/bare/__dir__.headers": [ @@ -648026,12 +648137,20 @@ "29ff348a9af645ff59d860e91af9534e64a606c5", "testharness" ], + "infrastructure/expected-fail/uncaught-exception.html": [ + "4442d513753112fac2e35855268d0b246f01fa09", + "testharness" + ], "infrastructure/metadata/infrastructure/assumptions/allowed-to-play.html.ini": [ "f9be6a64bdfd7ca033fda2a9cd1bdb105836df20", "support" ], + "infrastructure/metadata/infrastructure/assumptions/document-fonts-ready.html.ini": [ + "d074292053b6d580efda36155c1d82af699494bc", + "support" + ], "infrastructure/metadata/infrastructure/assumptions/html-elements.html.ini": [ - "5bb1bf554ccbc73a605f4364c59b91aa59a7ee87", + "4be883a5cf7ab6869e2e9235acca37549a9045b8", "support" ], "infrastructure/metadata/infrastructure/browsers/firefox/__dir__.ini": [ @@ -648050,6 +648169,10 @@ "53b281f8358c4f90aab96c731076439ccb5567b4", "support" ], + "infrastructure/metadata/infrastructure/expected-fail/uncaught-exception.html.ini": [ + "0bcdd374f2521b6534208ab750a1c0d36e7dd7ca", + "support" + ], "infrastructure/metadata/infrastructure/reftest/reftest_and_fail.html.ini": [ "81aef049cd122f7332c66f5a087947e512a59d0e", "support" @@ -648095,11 +648218,11 @@ "support" ], "infrastructure/metadata/infrastructure/server/context.any.js.ini": [ - "ff57a138029ca49e7e63d9dd27e25288709c61f3", + "9667d4d251e8b1915ae2c979766343babd3a0235", "support" ], "infrastructure/metadata/infrastructure/server/order-of-metas.any.js.ini": [ - "e4a96de0e8f60fbbd48676deb59bd8ba85f99133", + "a62ae82b9bec778832cea5e3a95ea069b11b49fc", "support" ], "infrastructure/metadata/infrastructure/server/order-of-metas.window.js.ini": [ @@ -648107,15 +648230,23 @@ "support" ], "infrastructure/metadata/infrastructure/server/secure-context.https.any.js.ini": [ - "f483bca13f6b372774e1494c75455cd075ba0313", + "0a602b9ae264d92c75a06e79085c20faf4a65e5d", "support" ], "infrastructure/metadata/infrastructure/server/title.any.js.ini": [ - "cbae6b15410e13433c4a9fadd8c2a8cc5fbc4fdc", + "6f7fed9dc062dbde3d73ea233f18f0f56d8e056c", + "support" + ], + "infrastructure/metadata/infrastructure/server/wpt-server-http.sub.html.ini": [ + "e2f26c7e4b697c77c5ee195cad763279bd1ecde0", + "support" + ], + "infrastructure/metadata/infrastructure/server/wpt-server-websocket.sub.html.ini": [ + "2cc364b610987ad5938c822287eb76079c2af2a3", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini": [ - "ee1217860b88bab3aa41966f4034c99c124cdb46", + "c34584ceec64be446532118dd12853106880c76f", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/elementPosition.html.ini": [ @@ -648123,23 +648254,23 @@ "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/eventOrder.html.ini": [ - "bcd78da24446a9802755a13525be90e3fa0f43fc", + "894f4a11df81be8e164898ab2091e1cc64175290", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/multiDevice.html.ini": [ - "04b97a7198c75ba941d315716483aad216e1a283", + "baf2116bad6b5cd258e07d29e2115c6aab11e099", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/pause.html.ini": [ - "da47a2a0b6f7b7b019c3ae20e349f37c00b8e0bc", + "657d2a2492605557dcc62f02dca36364cf3007fd", "support" ], "infrastructure/metadata/infrastructure/testdriver/file_upload.sub.html.ini": [ - "42c98117c58bbe7b9201d1883e0c1649898b5570", + "a39640b714b838a391f227ac58278ba991fbce66", "support" ], "infrastructure/metadata/infrastructure/testdriver/generate_test_report.html.ini": [ - "0b01c8369a56495d0dbf07540efb9d7a8d979790", + "3e43b63af9545f2828efd2f7ce510bbc9a87bbfc", "support" ], "infrastructure/reftest-wait-ref.html": [ @@ -648943,7 +649074,7 @@ "support" ], "interfaces/web-nfc.idl": [ - "76ed6f0d959e1bfcc31325ce8aff657b06fa9de7", + "5107cf3b577ba2677226fd215e38cf40cc81d88a", "support" ], "interfaces/web-share.idl": [ @@ -651871,7 +652002,7 @@ "testharness" ], "mediacapture-streams/MediaStream-removetrack.https.html": [ - "b934397914f39cee6bb9a52915959233c0ca84ca", + "1e9ebbcefa800d3a2662ea90f2f040a7d0554285", "testharness" ], "mediacapture-streams/MediaStream-supported-by-feature-policy.html": [ @@ -673643,7 +673774,7 @@ "support" ], "resources/idlharness.js": [ - "e7a3abbec44778f8882a763374f25ced0d6cedf0", + "f68ad1dd7d81e54bea5f9004284eff49a713a32e", "support" ], "resources/idlharness.js.headers": [ @@ -673890,6 +674021,10 @@ "d6137f6895f0a88f4652afdb80de2f0965a5d345", "support" ], + "resources/test/tests/unit/IdlInterface/constructors.html": [ + "93cc7f42cc5588f7f8f0cb4cfcdb45731ddcf8a9", + "support" + ], "resources/test/tests/unit/IdlInterface/default_to_json_operation.html": [ "e03ea8b03874ce7acffdc78463ab7cf33ad226d0", "support" @@ -674023,7 +674158,7 @@ "support" ], "resources/webidl2/lib/webidl2.js": [ - "900694b095df7f6a4b791ea41e096744d06a6089", + "c60a456c3241655d05a7e40f82b19d8735d017d4", "support" ], "resources/webidl2/lib/webidl2.js.headers": [ @@ -683646,6 +683781,14 @@ "9c1fd49083ae55b5a6743c9da4b4ecab46683b2c", "reftest" ], + "svg/struct/scripted/autofocus-attribute.svg": [ + "6c095a4bef5045d7aa19e8197ad3950448b166bc", + "testharness" + ], + "svg/struct/scripted/blank.svg": [ + "9e560bdc5feddc1ae76e3950e89efc1c31dc9269", + "support" + ], "svg/styling/render/transform-box-ref.svg": [ "b41f8bb2a7baac19d907c378a0e269b9a8e914fb", "support" @@ -694099,7 +694242,7 @@ "testharness" ], "webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html": [ - "935ceeb715edd2ffdeb7979d6824736fa82b6d2f", + "97684b2131277f61095c414230f76f06db85d06e", "testharness" ], "webaudio/the-audio-api/the-convolvernode-interface/realtime-conv.html": [ diff --git a/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini b/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini new file mode 100644 index 00000000000..5496474410b --- /dev/null +++ b/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-animation.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini b/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini new file mode 100644 index 00000000000..e6e1f29e274 --- /dev/null +++ b/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini @@ -0,0 +1,2 @@ +[matchMedia-display-none-iframe.html] + expected: ERROR diff --git a/tests/wpt/metadata/fetch/api/cors/cors-origin.any.js.ini b/tests/wpt/metadata/fetch/api/cors/cors-origin.any.js.ini index 7246b3e076c..d2e2a353f33 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-origin.any.js.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-origin.any.js.ini @@ -2,5 +2,11 @@ [cors-origin] expected: FAIL + [CORS preflight [PUT\] [origin OK\]] + expected: FAIL + [cors-origin.any.html] + [CORS preflight [PUT\] [origin OK\]] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/cors/cors-preflight-not-cors-safelisted.any.js.ini b/tests/wpt/metadata/fetch/api/cors/cors-preflight-not-cors-safelisted.any.js.ini index 5e7e455146f..ed09138dde1 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-preflight-not-cors-safelisted.any.js.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-preflight-not-cors-safelisted.any.js.ini @@ -20,6 +20,12 @@ [Need CORS-preflight for accept/012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 header] expected: FAIL + [Need CORS-preflight for content-type/text/html header] + expected: FAIL + + [Need CORS-preflight for test/hi header] + expected: FAIL + [cors-preflight-not-cors-safelisted.any.worker.html] [Need CORS-preflight for content-language/@ header] @@ -46,3 +52,9 @@ [cors-preflight-not-cors-safelisted] expected: FAIL + [Need CORS-preflight for content-type/text/html header] + expected: FAIL + + [Need CORS-preflight for test/hi header] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/cors/cors-preflight-star.any.js.ini b/tests/wpt/metadata/fetch/api/cors/cors-preflight-star.any.js.ini index 894e0037e36..4be83946479 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-preflight-star.any.js.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-preflight-star.any.js.ini @@ -9,6 +9,12 @@ [CORS that succeeds with credentials: true; method: * (allowed: *); header: *,1 (allowed: *)] expected: FAIL + [CORS that succeeds with credentials: false; method: GET (allowed: get); header: X-Test,1 (allowed: x-test)] + expected: FAIL + + [CORS that succeeds with credentials: false; method: SUPER (allowed: *); header: X-Test,1 (allowed: x-test)] + expected: FAIL + [cors-preflight-star.any.worker.html] type: testharness @@ -24,3 +30,9 @@ [cors-preflight-star] expected: FAIL + [CORS that succeeds with credentials: false; method: GET (allowed: get); header: X-Test,1 (allowed: x-test)] + expected: FAIL + + [CORS that succeeds with credentials: false; method: SUPER (allowed: *); header: X-Test,1 (allowed: x-test)] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/cors/cors-preflight.any.js.ini b/tests/wpt/metadata/fetch/api/cors/cors-preflight.any.js.ini index 29972520799..d2e60ed7b85 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-preflight.any.js.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-preflight.any.js.ini @@ -6,6 +6,27 @@ [CORS [PUT\] [several headers\], server allows] expected: FAIL + [CORS [PUT\], server allows] + expected: FAIL + + [CORS [GET\] [x-test-header: allowed\], server allows] + expected: FAIL + + [CORS [PUT\], server allows, check preflight has user agent] + expected: FAIL + + [CORS [DELETE\], server allows] + expected: FAIL + + [CORS [PUT\] [only safe headers\], server allows] + expected: FAIL + + [CORS [NEW\], server allows] + expected: FAIL + + [CORS [PATCH\], server allows] + expected: FAIL + [cors-preflight.any.worker.html] type: testharness @@ -18,3 +39,24 @@ [cors-preflight] expected: FAIL + [CORS [PUT\], server allows] + expected: FAIL + + [CORS [GET\] [x-test-header: allowed\], server allows] + expected: FAIL + + [CORS [PUT\], server allows, check preflight has user agent] + expected: FAIL + + [CORS [DELETE\], server allows] + expected: FAIL + + [CORS [PUT\] [only safe headers\], server allows] + expected: FAIL + + [CORS [NEW\], server allows] + expected: FAIL + + [CORS [PATCH\], server allows] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.any.js.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.any.js.ini index 6fdb1b03681..9183717d227 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.any.js.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.any.js.ini @@ -2,5 +2,95 @@ [cors-redirect-preflight] expected: FAIL + [Redirect 302: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 303: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 302: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 308: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 302: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 301: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 307: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 301: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 307: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 308: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 303: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 307: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 301: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 303: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 308: cors to another cors (preflight after redirection success case)] + expected: FAIL + [cors-redirect-preflight.any.html] + [Redirect 302: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 303: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 302: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 308: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 302: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 301: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 307: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 301: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 307: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 308: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 303: cors to another cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 307: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 301: cors to same origin (preflight after redirection success case)] + expected: FAIL + + [Redirect 303: same origin to cors (preflight after redirection success case)] + expected: FAIL + + [Redirect 308: cors to another cors (preflight after redirection success case)] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/content-type/response.window.js.ini b/tests/wpt/metadata/fetch/content-type/response.window.js.ini index 59fb2735072..8773af99c82 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -312,30 +312,15 @@ [