From e864d8823c362bc6bd68da91e196b9966ed95489 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Thu, 10 Oct 2019 10:25:15 +0000 Subject: [PATCH] Update web-platform-tests to revision 7c15d5b4e87b3a20ca2bc523b33303131510bc01 --- .../FileAPI/url/url-with-fetch.any.js.ini | 3 - tests/wpt/metadata/MANIFEST.json | 147 ++++++++---------- .../matchMedia-display-none-iframe.html.ini | 2 + ...-of-scroller-with-wider-scrollbar.html.ini | 3 + .../morphology-mirrored.html.ini | 2 + .../fetch/content-type/response.window.js.ini | 14 +- .../fetch/content-type/script.window.js.ini | 3 - .../traverse_the_history_5.html.ini | 4 + ...s-negative-innerwidth-innerheight.html.ini | 19 +++ ...features-negative-screenx-screeny.html.ini | 19 +++ .../open-features-negative-top-left.html.ini | 19 +++ ...en-features-negative-width-height.html.ini | 19 +++ .../open-features-non-integer-height.html.ini | 34 ++-- ...-features-non-integer-innerheight.html.ini | 28 ++-- ...n-features-non-integer-innerwidth.html.ini | 28 ++-- .../open-features-non-integer-left.html.ini | 28 ++-- ...open-features-non-integer-screenx.html.ini | 28 ++-- ...open-features-non-integer-screeny.html.ini | 28 ++-- .../open-features-non-integer-top.html.ini | 28 ++-- .../open-features-non-integer-width.html.ini | 34 ++-- .../embedded-opener-remove-frame.html.ini | 1 - .../skip-document-with-fragment.html.ini | 4 - .../non-active-document.html.ini | 10 -- .../execution-timing/077.html.ini | 4 + ...nested-context-navigations-iframe.html.ini | 2 +- .../realtimeanalyser-fft-scaling.html.ini | 1 + ...ssion_immersive_unsupported.https.html.ini | 4 - .../css/transition_calc_implicit.html.ini | 2 - .../scroll-timeline-writing-modes.https.html | 18 +-- tests/wpt/web-platform-tests/beacon/META.yml | 1 - tests/wpt/web-platform-tests/common/README.md | 2 - .../css/css-flexbox/scrollbars-auto-ref.html | 6 +- .../css/css-flexbox/scrollbars-ref.html | 6 +- .../position-sticky-writing-modes-ref.html | 2 +- .../position-sticky-writing-modes.html | 2 +- .../values/shape-margin-001.html | 12 +- .../values/shape-outside-circle-004.html | 11 +- .../values/shape-outside-circle-005.html | 9 +- .../values/shape-outside-ellipse-004.html | 11 +- .../values/shape-outside-ellipse-005.html | 10 +- .../values/shape-outside-inset-003.html | 11 +- .../values/shape-outside-polygon-004.html | 11 +- .../shape-outside-shape-arguments-000.html | 13 +- .../values/support/parsing-utils.js | 58 +++---- ...rollIntoView-vertical-rl-writing-mode.html | 14 -- ...Left-of-scroller-with-wider-scrollbar.html | 4 +- .../filter-effects/morphology-mirrored.html | 15 ++ tests/wpt/web-platform-tests/hr-time/META.yml | 1 - .../the-style-element/style-error-01.html | 2 +- .../the-style-element/support}/css-red.txt | 0 .../support}/entities.json | 0 .../support/xhtml-mathml-dtd-entity.htm | 2 +- .../testdriver/actions/__dir__.ini | 2 - .../navigation-timing/META.yml | 1 - .../page-visibility/META.yml | 1 - .../performance-timeline/META.yml | 1 - .../resource-timing/META.yml | 1 - .../current-time-writing-modes.html | 48 +++--- .../timing-entrytypes-registry/META.yml | 1 - .../tools/ci/manifest_build.py | 50 +++--- .../wptrunner/wptrunner/browsers/firefox.py | 25 ++- .../wptrunner/browsers/firefox_android.py | 3 +- .../tools/wptrunner/wptrunner/wpttest.py | 12 ++ .../web-platform-tests/user-timing/META.yml | 1 - ...hare-sharePromise-internal-slot.https.html | 24 +-- ...evice_supportsSession_immersive.https.html | 15 -- ...tsSession_immersive_unsupported.https.html | 21 --- ...e_supportsSession_non_immersive.https.html | 18 --- .../canvas-resizing-with-pbo-bound.html.ini | 1 - 69 files changed, 561 insertions(+), 403 deletions(-) create mode 100644 tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini create mode 100644 tests/wpt/metadata/css/filter-effects/morphology-mirrored.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini create mode 100644 tests/wpt/metadata/html/semantics/scripting-1/the-script-element/execution-timing/077.html.ini delete mode 100644 tests/wpt/metadata/webxr/xrDevice_supportsSession_immersive_unsupported.https.html.ini delete mode 100644 tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/morphology-mirrored.html rename tests/wpt/web-platform-tests/{common => html/semantics/document-metadata/the-style-element/support}/css-red.txt (100%) rename tests/wpt/web-platform-tests/{common => html/the-xhtml-syntax/parsing-xhtml-documents/support}/entities.json (100%) delete mode 100644 tests/wpt/web-platform-tests/infrastructure/metadata/infrastructure/testdriver/actions/__dir__.ini delete mode 100644 tests/wpt/web-platform-tests/webxr/xrDevice_supportsSession_immersive.https.html delete mode 100644 tests/wpt/web-platform-tests/webxr/xrDevice_supportsSession_immersive_unsupported.https.html delete mode 100644 tests/wpt/web-platform-tests/webxr/xrDevice_supportsSession_non_immersive.https.html 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 6a3af4e2ece..947e223fb28 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,9 +14,6 @@ [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] diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 92892d01c77..0d849f8bc85 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -178985,6 +178985,18 @@ {} ] ], + "css/filter-effects/morphology-mirrored.html": [ + [ + "css/filter-effects/morphology-mirrored.html", + [ + [ + "/css/filter-effects/reference/green-100x100.html", + "==" + ] + ], + {} + ] + ], "css/filter-effects/svg-feflood-001.html": [ [ "css/filter-effects/svg-feflood-001.html", @@ -213624,9 +213636,6 @@ "common/canvas-tests.js.headers": [ [] ], - "common/css-red.txt": [ - [] - ], "common/domain-setter.sub.html": [ [] ], @@ -213639,9 +213648,6 @@ "common/echo.py": [ [] ], - "common/entities.json": [ - [] - ], "common/form-submission.py": [ [] ], @@ -271419,6 +271425,9 @@ "html/semantics/document-metadata/the-style-element/html_style_in_comment-ref.html": [ [] ], + "html/semantics/document-metadata/the-style-element/support/css-red.txt": [ + [] + ], "html/semantics/embedded-content/META.yml": [ [] ], @@ -273129,6 +273138,9 @@ "html/the-xhtml-syntax/parsing-xhtml-documents/data-xhtml-with-dtd-ref.html": [ [] ], + "html/the-xhtml-syntax/parsing-xhtml-documents/support/entities.json": [ + [] + ], "html/the-xhtml-syntax/parsing-xhtml-documents/support/xhtml-mathml-dtd-entity.htm": [ [] ], @@ -273753,9 +273765,6 @@ "infrastructure/metadata/infrastructure/server/wpt-server-websocket.sub.html.ini": [ [] ], - "infrastructure/metadata/infrastructure/testdriver/actions/__dir__.ini": [ - [] - ], "infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini": [ [] ], @@ -428439,24 +428448,6 @@ {} ] ], - "webxr/xrDevice_supportsSession_immersive.https.html": [ - [ - "webxr/xrDevice_supportsSession_immersive.https.html", - {} - ] - ], - "webxr/xrDevice_supportsSession_immersive_unsupported.https.html": [ - [ - "webxr/xrDevice_supportsSession_immersive_unsupported.https.html", - {} - ] - ], - "webxr/xrDevice_supportsSession_non_immersive.https.html": [ - [ - "webxr/xrDevice_supportsSession_non_immersive.https.html", - {} - ] - ], "webxr/xrFrame_getPose.https.html": [ [ "webxr/xrFrame_getPose.https.html", @@ -462390,7 +462381,7 @@ "support" ], "animation-worklet/scroll-timeline-writing-modes.https.html": [ - "189bb9f091665718c11be01779ad0390fe0f7437", + "eb8e6fdb948d0996e80ede3a206ee61abd47f0ea", "testharness" ], "animation-worklet/stateful-animator.https.html": [ @@ -464714,7 +464705,7 @@ "support" ], "beacon/META.yml": [ - "94fa75c5178a39d519807ddc2490900d41acae41", + "4bd94e32064c78553666424e1d0ee30bca4987fb", "support" ], "beacon/beacon-basic-blob.html": [ @@ -465942,7 +465933,7 @@ "support" ], "common/README.md": [ - "bbb651d4aff5689628a713e1ae904ee56c03a6e2", + "9aef19cb73fa10c2962c489f43a4517e7f215116", "support" ], "common/arrays.js": [ @@ -465993,10 +465984,6 @@ "6805c323df5a975231648b830e33ce183c3cbbd3", "support" ], - "common/css-red.txt": [ - "9ef04cbd12daf19dd8810cae8844bd22f3264926", - "support" - ], "common/domain-setter.sub.html": [ "ad3b9f8b80847ff811aa8f3083dc9c5fcf221f05", "support" @@ -466013,10 +466000,6 @@ "2ee403645b1bb27cdb27bcea716e166729b81af8", "support" ], - "common/entities.json": [ - "8a1f590a6abe4872d3b8b4c665d9b165d7dce84d", - "support" - ], "common/form-submission.py": [ "467875453c9dc64aac51add3f4a617d941820972", "support" @@ -562550,7 +562533,7 @@ "support" ], "css/css-flexbox/scrollbars-auto-ref.html": [ - "e83ba524eac185ef122e0e05a336d9a8c43089c5", + "590b533d8d25ac45dbeb1e7eab7cd02f3c1e8b5b", "support" ], "css/css-flexbox/scrollbars-auto.html": [ @@ -562558,7 +562541,7 @@ "reftest" ], "css/css-flexbox/scrollbars-ref.html": [ - "32bb6105f19009e11e95b7cee86659125917516f", + "911e7acba88333d4e2ddf0d0fec36fbcc4975825", "support" ], "css/css-flexbox/scrollbars.html": [ @@ -580922,11 +580905,11 @@ "testharness" ], "css/css-position/position-sticky-writing-modes-ref.html": [ - "39800866a18323a5bf89e7208889184f191571bd", + "b9771acf248e1cfaad4ff93c59f63811ee3f6abb", "support" ], "css/css-position/position-sticky-writing-modes.html": [ - "ee2dbc05a9cfca121596f6694f74f6fc76f748a0", + "da27f50c7fba29d40d408240369da6947d0b9b0c", "reftest" ], "css/css-position/resources/sticky-util.js": [ @@ -585434,7 +585417,7 @@ "testharness" ], "css/css-shapes/shape-outside/values/shape-margin-001.html": [ - "39dea7efe81eeeb728d8e14ad7557dcf40eb82df", + "28eca1a6bafc39408d1c623a0b2625cd4da1478b", "testharness" ], "css/css-shapes/shape-outside/values/shape-margin-002.html": [ @@ -585474,11 +585457,11 @@ "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-circle-004.html": [ - "01f3fc1bffe24359bca75121ebde97c7fd5d9376", + "289861ee1502f00a5afa8fb6aafd47c5dc9afd6a", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-circle-005.html": [ - "7d90318ec7365a119ad639b936b4127843ae6203", + "46cae045c5d0c8f092d15a194b91e4384146a32e", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-circle-006.html": [ @@ -585530,11 +585513,11 @@ "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-ellipse-004.html": [ - "7617a34bce0c7f90668141a480b487c534a96eed", + "1d4aa85a07c304c320ae44a3364d4e7248a3ea26", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html": [ - "fe5af3b682c8cd60e3e10278af3aa53ed108d6ba", + "5acb994191258c4b8ec02d70309da76cbbc7fc52", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-ellipse-006.html": [ @@ -585578,7 +585561,7 @@ "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-inset-003.html": [ - "9b420707fe2e292ddec8810f4c185aaa574b3b5b", + "3ffc2af981672a7ac018eefb20eb5b750644c609", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-inset-004.html": [ @@ -585622,7 +585605,7 @@ "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-polygon-004.html": [ - "c9623a2e5bd4f218c1b43a4679cb817a647c77c4", + "e9ecf2df599b0258329d5af6a3c09ee8368f1222", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-polygon-005.html": [ @@ -585634,7 +585617,7 @@ "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html": [ - "02d5bc78d9a509bec3d77a90b4736ad7376ddf12", + "08d5d471de6b93b4446673f9931a976bcbcf1ce8", "testharness" ], "css/css-shapes/shape-outside/values/shape-outside-shape-arguments-001.html": [ @@ -585662,7 +585645,7 @@ "testharness" ], "css/css-shapes/shape-outside/values/support/parsing-utils.js": [ - "118a11453337731f380063b736380c2c8610ae81", + "abadbf7066695ad1f754540c9bac75b2809c8c4c", "support" ], "css/css-shapes/spec-examples/reference/shape-outside-001-ref.html": [ @@ -612990,11 +612973,11 @@ "testharness" ], "css/cssom-view/scrollIntoView-vertical-rl-writing-mode.html": [ - "cec27f412c926ab087f2cd736e4c6a7d4efb4c99", + "dc5f3e2cdb2fa6c4b0c59ded80b7e19df2db274c", "testharness" ], "css/cssom-view/scrollLeft-of-scroller-with-wider-scrollbar.html": [ - "062edaf8f2dbe99012483f5a10bbf9c2e98fccac", + "e308c7c004f8415a5bf1ee886b681fb84780717c", "testharness" ], "css/cssom-view/scrollLeftTop.html": [ @@ -614625,6 +614608,10 @@ "acb811bfad154e5a0b18eaddb799fc5dc679b114", "testharness" ], + "css/filter-effects/morphology-mirrored.html": [ + "f0338e180344f341db60ab0710bdcdb71e8853b7", + "reftest" + ], "css/filter-effects/parsing/backdrop-filter-computed.html": [ "5e8ce6bae680c84ef49e882309a573113ffc7b1e", "testharness" @@ -637030,7 +637017,7 @@ "testharness" ], "hr-time/META.yml": [ - "2be354920aa140a72bc62ea2273f5d975eab8d46", + "779d5b4af08428c45023fc9d519ab0830d866a87", "support" ], "hr-time/basic.any.js": [ @@ -647466,7 +647453,7 @@ "reftest" ], "html/semantics/document-metadata/the-style-element/style-error-01.html": [ - "87cb9fafd847f0f60571a85603c2772e152cc949", + "0bdef0e17588cf6d2f95a2a14784f2ac26ad1c43", "testharness" ], "html/semantics/document-metadata/the-style-element/style_disabled.html": [ @@ -647501,6 +647488,10 @@ "a19b3c86d7542f3b65e81836a94914a8ae7cffa8", "testharness" ], + "html/semantics/document-metadata/the-style-element/support/css-red.txt": [ + "9ef04cbd12daf19dd8810cae8844bd22f3264926", + "support" + ], "html/semantics/document-metadata/the-title-element/title.text-01.html": [ "7f25400ea89ca7835b72fdb1eb21fcb220f2cd01", "testharness" @@ -655509,8 +655500,12 @@ "fd29905ea30ed987c8d634c7f6df2e9e5e517e96", "reftest" ], + "html/the-xhtml-syntax/parsing-xhtml-documents/support/entities.json": [ + "8a1f590a6abe4872d3b8b4c665d9b165d7dce84d", + "support" + ], "html/the-xhtml-syntax/parsing-xhtml-documents/support/xhtml-mathml-dtd-entity.htm": [ - "761655094599be5451e231b30c81241550bee3a5", + "af3fe90284f213961679d1996d17766ccfc30621", "support" ], "html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-1.htm": [ @@ -657729,10 +657724,6 @@ "2cc364b610987ad5938c822287eb76079c2af2a3", "support" ], - "infrastructure/metadata/infrastructure/testdriver/actions/__dir__.ini": [ - "2bac0b50db727ddc70b90ac3fb443954319723ef", - "support" - ], "infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini": [ "b9465c066c7657a1ea00e316dddf1b7aaa854ef3", "support" @@ -664582,7 +664573,7 @@ "support" ], "navigation-timing/META.yml": [ - "c09a6e03fd19f5a405b391c2c4671df6ff04edf1", + "bfb0e0f1f67a9c6aa2e7e921b09e85f8d970b290", "support" ], "navigation-timing/buffered-flag.window.js": [ @@ -671690,7 +671681,7 @@ "support" ], "page-visibility/META.yml": [ - "509936c371b7de3e7e0e5f7e41d10cffba9f5d2a", + "9b9aea8e8b11bf98dd23c8e161e3a7d701da2aba", "support" ], "page-visibility/idlharness.window.js": [ @@ -672362,7 +672353,7 @@ "manual" ], "performance-timeline/META.yml": [ - "46f16ae5f31aa388cfd1f7ff759a5df44d17fd0a", + "89fae1db0d9b7afd202737e34754b4e893298d49", "support" ], "performance-timeline/buffered-flag-after-timeout.any.js": [ @@ -686326,7 +686317,7 @@ "testharness" ], "resource-timing/META.yml": [ - "76176970d4d93e6a66bf2bc62aec5dd62ccd12c1", + "662c42cb664219dee159fd248e1446c041a4bc93", "support" ], "resource-timing/SyntheticResponse.py": [ @@ -687558,7 +687549,7 @@ "testharness" ], "scroll-animations/current-time-writing-modes.html": [ - "89b78fcccfe4e18b79d1f0f63eac90606fc81703", + "083c4cf594d80bf331b6c4243b9e2e32af46f531", "testharness" ], "scroll-animations/current-time.html": [ @@ -697698,7 +697689,7 @@ "support" ], "timing-entrytypes-registry/META.yml": [ - "c09a6e03fd19f5a405b391c2c4671df6ff04edf1", + "bfb0e0f1f67a9c6aa2e7e921b09e85f8d970b290", "support" ], "timing-entrytypes-registry/registry.any.js": [ @@ -697862,7 +697853,7 @@ "support" ], "tools/ci/manifest_build.py": [ - "ade17d6be40d80751de12b0d462a8f531bbe9059", + "6400bfd5e4837f44599310127baf6d0905df3416", "support" ], "tools/ci/run_tc.py": [ @@ -703010,11 +703001,11 @@ "support" ], "tools/wptrunner/wptrunner/browsers/firefox.py": [ - "1763ff44b4e55c14c8f5d753defb3ba39e017262", + "781d7e31c43c01c0a33328e1dc921f4f536d5296", "support" ], "tools/wptrunner/wptrunner/browsers/firefox_android.py": [ - "30e53a593cff7ec3fa026c2a4f2495402650c1dc", + "30d0825a8ca373d4cd902bbe54966b32be66f22f", "support" ], "tools/wptrunner/wptrunner/browsers/ie.py": [ @@ -703402,7 +703393,7 @@ "support" ], "tools/wptrunner/wptrunner/wpttest.py": [ - "2ce15a0d9c7f85339caadecc017f178ee0245d27", + "80db17a3c7284cd82145a3d20c3532a0e79c82a4", "support" ], "tools/wptserve/.gitignore": [ @@ -707474,7 +707465,7 @@ "testharness" ], "user-timing/META.yml": [ - "a97a31d766bd96f0030a047632c3342c70abf3d8", + "5cb2a789c09c89b7c1029551e646b3f240e80c2a", "support" ], "user-timing/buffered-flag.any.js": [ @@ -709766,7 +709757,7 @@ "testharness" ], "web-share/share-sharePromise-internal-slot.https.html": [ - "5a71eaa4abf359008d84d1f219083ec1a91a6458", + "1478158a0c4efe365ae4a471f905d82a7b1fff8d", "testharness" ], "web-share/share-simple-manual.https.html": [ @@ -717885,18 +717876,6 @@ "9fa8c31d63aab6f74886b55596ff63911018f51e", "testharness" ], - "webxr/xrDevice_supportsSession_immersive.https.html": [ - "fd0827a526ef01299eeccd94f93f131e4014cd7b", - "testharness" - ], - "webxr/xrDevice_supportsSession_immersive_unsupported.https.html": [ - "1d63a2b1c3a254d999473bc507453095c4243a08", - "testharness" - ], - "webxr/xrDevice_supportsSession_non_immersive.https.html": [ - "b376495d765106fcb1435c3e60c0fa6e167d9c71", - "testharness" - ], "webxr/xrFrame_getPose.https.html": [ "71ca78abb48cf12cb41e8249289a06eddc7eae94", "testharness" 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/css/cssom-view/scrollLeft-of-scroller-with-wider-scrollbar.html.ini b/tests/wpt/metadata/css/cssom-view/scrollLeft-of-scroller-with-wider-scrollbar.html.ini index f0e78fd684d..41a72caa20c 100644 --- a/tests/wpt/metadata/css/cssom-view/scrollLeft-of-scroller-with-wider-scrollbar.html.ini +++ b/tests/wpt/metadata/css/cssom-view/scrollLeft-of-scroller-with-wider-scrollbar.html.ini @@ -2,3 +2,6 @@ [Test the maxium value of scrollLeft] expected: FAIL + [Test the maxmium value of scrollLeft] + expected: FAIL + diff --git a/tests/wpt/metadata/css/filter-effects/morphology-mirrored.html.ini b/tests/wpt/metadata/css/filter-effects/morphology-mirrored.html.ini new file mode 100644 index 00000000000..ce8d2f23fba --- /dev/null +++ b/tests/wpt/metadata/css/filter-effects/morphology-mirrored.html.ini @@ -0,0 +1,2 @@ +[morphology-mirrored.html] + 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 be8b14356e5..f525b07de12 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -315,12 +315,6 @@ [