From ae931fea9a2c04ab2717f458d7064b0162246379 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Mon, 30 Sep 2019 10:46:11 +0000 Subject: [PATCH] Update web-platform-tests to revision 4f22c5b19bae217799ce92c9df6dfdf2800c6d81 --- .../FileAPI/url/url-with-fetch.any.js.ini | 3 + tests/wpt/metadata/MANIFEST.json | 239 +++++++++-- .../css/CSS2/css1/c15-ids-000.xht.ini | 2 + .../mix-blend-mode-animation.html.ini | 2 - .../contentType/contenttype_txt.html.ini | 2 + .../fetch/content-type/response.window.js.ini | 17 +- .../fetch/content-type/script.window.js.ini | 6 + ...ation-unload-same-origin-fragment.html.ini | 4 - ...ml.ini => traverse_the_history_3.html.ini} | 2 +- .../traverse_the_history_5.html.ini | 4 + ...creating_browsing_context_test_01.html.ini | 4 + ...s-negative-innerwidth-innerheight.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 +- .../opener-setter.html.ini | 5 - .../embedded-opener-remove-frame.html.ini | 1 - .../media_fragment_seek.html.ini | 4 - .../iframe_sandbox_popups_escaping-2.html.ini | 3 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-3.html.ini | 3 +- .../non-active-document.html.ini | 10 + .../form-submission-algorithm.html.ini | 4 + .../the-details-element/toggleEvent.html.ini | 7 - .../realtimeanalyser-fft-scaling.html.ini | 1 - .../Worker/Worker-constructor.html.ini | 2 - .../css/transition_calc_implicit.html.ini | 2 + .../tools/format_spec_src_json.py | 4 +- .../security-features/tools/generate.py | 12 + .../decompression-bad-chunks.any.js | 74 ++++ .../decompression-constructor-error.any.js | 15 + .../decompression-correct-input.any.js | 26 ++ .../animation/rotate-interpolation.html | 1 - .../animation/scale-interpolation.html | 1 - .../animation/translate-interpolation.html | 1 - .../parsing/perspective-origin-invalid.html | 1 - .../parsing/perspective-origin-valid.html | 1 - .../parsing/rotate-parsing-invalid.html | 1 - .../parsing/rotate-parsing-valid.html | 1 - .../parsing/scale-parsing-invalid.html | 1 - .../parsing/scale-parsing-valid.html | 1 - .../parsing/transform-box-invalid.html | 1 - .../parsing/transform-box-valid.html | 1 - .../parsing/transform-invalid.html | 1 - .../parsing/transform-origin-computed.html | 2 +- .../parsing/transform-origin-invalid.html | 1 - .../parsing/transform-origin-valid.html | 1 - .../parsing/transform-valid.html | 1 - .../parsing/translate-parsing-invalid.html | 1 - .../parsing/translate-parsing-valid.html | 1 - .../transforms-support-calc.html | 1 - .../translate-getComputedStyle.html | 1 - .../fetch/api/resources/preflight.py | 1 - .../interfaces/gyroscope.idl | 3 +- .../resource-timing/resource_hash.htm | 44 ++ .../generic/test-case.sub.js | 37 ++ .../generic/tools/generate.py | 42 ++ .../upgrade-insecure-requests/spec.src.json | 376 ++++++++++++++++++ .../upgrade-insecure-requests/spec_json.js | 1 + .../support/generate.py | 64 --- .../take_element_screenshot/user_prompts.py | 94 ++++- .../tests/take_screenshot/user_prompts.py | 92 ++++- .../canvas-resizing-with-pbo-bound.html.ini | 1 + 70 files changed, 1114 insertions(+), 416 deletions(-) create mode 100644 tests/wpt/metadata/css/CSS2/css1/c15-ids-000.xht.ini delete mode 100644 tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini create mode 100644 tests/wpt/metadata/dom/nodes/Document-contentType/contentType/contenttype_txt.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html.ini rename tests/wpt/metadata/html/browsers/history/the-history-interface/{traverse_the_history_4.html.ini => traverse_the_history_3.html.ini} (71%) create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/embedded-content/media-elements/media_fragment_seek.html.ini create mode 100644 tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini delete mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini create mode 100644 tests/wpt/web-platform-tests/compression/decompression-bad-chunks.any.js create mode 100644 tests/wpt/web-platform-tests/compression/decompression-constructor-error.any.js create mode 100644 tests/wpt/web-platform-tests/compression/decompression-correct-input.any.js create mode 100644 tests/wpt/web-platform-tests/resource-timing/resource_hash.htm create mode 100644 tests/wpt/web-platform-tests/upgrade-insecure-requests/generic/test-case.sub.js create mode 100755 tests/wpt/web-platform-tests/upgrade-insecure-requests/generic/tools/generate.py create mode 100644 tests/wpt/web-platform-tests/upgrade-insecure-requests/spec.src.json create mode 100644 tests/wpt/web-platform-tests/upgrade-insecure-requests/spec_json.js delete mode 100644 tests/wpt/web-platform-tests/upgrade-insecure-requests/support/generate.py 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 947e223fb28..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] diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 31f8a8820b8..2f8103575ef 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -286065,6 +286065,12 @@ "upgrade-insecure-requests/META.yml": [ [] ], + "upgrade-insecure-requests/generic/test-case.sub.js": [ + [] + ], + "upgrade-insecure-requests/generic/tools/generate.py": [ + [] + ], "upgrade-insecure-requests/link-upgrade/basic-link-no-upgrade.sub.html": [ [] ], @@ -286125,7 +286131,10 @@ "upgrade-insecure-requests/link-upgrade/resources/post-message-to-opener.sub.html": [ [] ], - "upgrade-insecure-requests/support/generate.py": [ + "upgrade-insecure-requests/spec.src.json": [ + [] + ], + "upgrade-insecure-requests/spec_json.js": [ [] ], "upgrade-insecure-requests/support/redirect-cors.py": [ @@ -308327,6 +308336,144 @@ {} ] ], + "compression/decompression-bad-chunks.any.js": [ + [ + "compression/decompression-bad-chunks.any.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-bad-chunks.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-bad-chunks.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-bad-chunks.any.worker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ] + ], + "compression/decompression-constructor-error.any.js": [ + [ + "compression/decompression-constructor-error.any.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-constructor-error.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-constructor-error.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-constructor-error.any.worker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ] + ], + "compression/decompression-correct-input.any.js": [ + [ + "compression/decompression-correct-input.any.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-correct-input.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-correct-input.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ], + [ + "compression/decompression-correct-input.any.worker.html", + { + "script_metadata": [ + [ + "global", + "worker" + ] + ] + } + ] + ], "console/console-is-a-namespace.any.js": [ [ "console/console-is-a-namespace.any.html", @@ -395194,6 +395341,12 @@ {} ] ], + "resource-timing/resource_hash.htm": [ + [ + "resource-timing/resource_hash.htm", + {} + ] + ], "resource-timing/resource_ignore_data_url.html": [ [ "resource-timing/resource_ignore_data_url.html", @@ -457856,11 +458009,11 @@ "support" ], "common/security-features/tools/format_spec_src_json.py": [ - "1276c78f9fb71f98971476000c082ab3511787e6", + "b4549bb710cd119e87ca4a41d65d7980b6b40406", "support" ], "common/security-features/tools/generate.py": [ - "0cf7fab42ec199b5f93926a5133ff149bff93c8c", + "fa36d8c63d6d84a1c5eafd3160b879f7f3c94310", "support" ], "common/security-features/tools/spec_validator.py": [ @@ -458047,6 +458200,18 @@ "1d3965fca6769c70bc02308a4c70b4e58c8990e5", "reftest" ], + "compression/decompression-bad-chunks.any.js": [ + "8f44ffd902f0838cecf72be50245ab4c683fc09c", + "testharness" + ], + "compression/decompression-constructor-error.any.js": [ + "9ffdb08ce2ff365f70af8121f82e5856c6de9533", + "testharness" + ], + "compression/decompression-correct-input.any.js": [ + "11d8736cb225d6ce575677dcdb70b0a19dd4f65f", + "testharness" + ], "conformance-checkers/META.yml": [ "978b5c85721c28f267ec21ceb620017514441385", "support" @@ -586720,11 +586885,11 @@ "testharness" ], "css/css-transforms/animation/rotate-interpolation.html": [ - "911d8e38bd0bb6c3d5652d6824c64c58bd2233cf", + "dbf66a734f443eb608d92980ec38304cc7283530", "testharness" ], "css/css-transforms/animation/scale-interpolation.html": [ - "c6fec26461155ec15d9eb0ab469205c4868db161", + "e71b134ce5f94143127ba830e99d37c20a433313", "testharness" ], "css/css-transforms/animation/transform-interpolation-001.html": [ @@ -586756,7 +586921,7 @@ "testharness" ], "css/css-transforms/animation/translate-interpolation.html": [ - "c73f68a130e86b39b4832111bbfb05c633e09429", + "3d40863b3b4332799443433f1a470de0100956ce", "testharness" ], "css/css-transforms/backface-visibility-hidden-001.html": [ @@ -587676,27 +587841,27 @@ "testharness" ], "css/css-transforms/parsing/perspective-origin-invalid.html": [ - "2ed6721e091702a436217086eebd81172f359339", + "f4f01a339957df866b8bfad4cea3de1bf26c7915", "testharness" ], "css/css-transforms/parsing/perspective-origin-valid.html": [ - "79f4e0df12e84e880e8c501856a977e1a2c468b8", + "7653d7eceb8d1d0b0ae7adb5c6fb542d5f42adda", "testharness" ], "css/css-transforms/parsing/rotate-parsing-invalid.html": [ - "9eef999716da1025b1c8595f60e52ff2cdb7715e", + "4b6d7cf2ad5f21091e3bd8d47388d28ae964d73a", "testharness" ], "css/css-transforms/parsing/rotate-parsing-valid.html": [ - "ae9732282b7de4555551037b54dadea7ca9b0bc4", + "af0226c96765551a5f7468fcfd1742091f119212", "testharness" ], "css/css-transforms/parsing/scale-parsing-invalid.html": [ - "1072d1d6b1ecc46142ffbdd2ad62b87079651672", + "968e0dc17b1c6bad9f680d4ebfdd80df4f57afe0", "testharness" ], "css/css-transforms/parsing/scale-parsing-valid.html": [ - "2ae12222f1361b6b0016ce235fad92d03b3bff45", + "ac23a17b0133c271cb88d9579ebf33b93f4f502d", "testharness" ], "css/css-transforms/parsing/transform-box-computed.html": [ @@ -587704,39 +587869,39 @@ "testharness" ], "css/css-transforms/parsing/transform-box-invalid.html": [ - "781601cd26aa43430272011d67447a9079015659", + "af07a7e406ca640c8135802f2f0a8742b7b0e747", "testharness" ], "css/css-transforms/parsing/transform-box-valid.html": [ - "0754a5c9aeea70b07c9bb7bc1b2d20494f07a060", + "df53d327acf72fef155288094df41b4254e2d1b7", "testharness" ], "css/css-transforms/parsing/transform-invalid.html": [ - "7fb8367ecb2f6e2f151a1ee6afaab9896f07f8c8", + "25aeeae4e5df99febd541a61a5f0b0f9a8ff2471", "testharness" ], "css/css-transforms/parsing/transform-origin-computed.html": [ - "696d89db67fc9dd611fa0c09fccbe0408134e744", + "b8648b8a11a707ec06faa0fae7fd4879c0879631", "testharness" ], "css/css-transforms/parsing/transform-origin-invalid.html": [ - "0dd1eeaf592b94fe65d0ccfb731c826b5dfcb3dc", + "5533be4e22e1b67599f0a064ef9d7580736c7b76", "testharness" ], "css/css-transforms/parsing/transform-origin-valid.html": [ - "f76a0b407e16e3b98c7bac0c4149725deb02ea98", + "d5c952ed0f78f93d1e5fa40c571c3ee1b3d8f958", "testharness" ], "css/css-transforms/parsing/transform-valid.html": [ - "18de33f8a7a21be5b337cc02288471d7ba99f9ae", + "7879bd686a6f32b76947c1ffee6f8aff4c2c4db2", "testharness" ], "css/css-transforms/parsing/translate-parsing-invalid.html": [ - "9064586bdaab692334594a1cc17f24d639aab93c", + "2b7ff750c7cd004e3aaa64cb9ae84dd75bb05c69", "testharness" ], "css/css-transforms/parsing/translate-parsing-valid.html": [ - "c59ac9fa958175948f36bcab5044911f4b9215ba", + "17699ccc1c2d6570a0f20c3c9442cfaf681369d2", "testharness" ], "css/css-transforms/patternTransform/reference/svg-patternTransform-combination-ref.html": [ @@ -590616,11 +590781,11 @@ "reftest" ], "css/css-transforms/transforms-support-calc.html": [ - "1ad1bcc4b68c5419e2fa0651dad1a3386223e36b", + "a952d21b6646c862777b13c8d7a670ad4ae6eb72", "testharness" ], "css/css-transforms/translate-getComputedStyle.html": [ - "46a2c309020b5c66daba37f4d39879998b750214", + "2a4cdc6d6c622d2d131fdc0dfce95db28af4f831", "testharness" ], "css/css-transforms/translate-optional-second-001.html": [ @@ -626072,7 +626237,7 @@ "support" ], "fetch/api/resources/preflight.py": [ - "d2249606db624892dab96fc9484a9e274947b859", + "a2552c2565ad9be6d17dea1cb6a90ff9eb211190", "support" ], "fetch/api/resources/redirect-empty-location.py": [ @@ -649628,7 +649793,7 @@ "support" ], "interfaces/gyroscope.idl": [ - "24cd82c643159d680004937d12a17a38c06ece1b", + "3754fd81e6bf605a308794e5b759ecd8784a6a15", "support" ], "interfaces/hr-time.idl": [ @@ -675775,6 +675940,10 @@ "de3c3d015d1db068868b54b924a358018fb49e84", "testharness" ], + "resource-timing/resource_hash.htm": [ + "a44c1c9065967682261346051f5e4391d81f1667", + "testharness" + ], "resource-timing/resource_ignore_data_url.html": [ "f8ca2f1187e934fc9b07b5dbc31769f887528b51", "testharness" @@ -693515,6 +693684,14 @@ "704bba994088a6e2197142a7ddbd71bc89eea7d8", "testharness" ], + "upgrade-insecure-requests/generic/test-case.sub.js": [ + "cde228dbad89f7b707a6332dc8ed3b41e0474555", + "support" + ], + "upgrade-insecure-requests/generic/tools/generate.py": [ + "cde29893f5fbd35ff0ccf00f7ee323fbb3194c8b", + "support" + ], "upgrade-insecure-requests/iframe-redirect-upgrade.https.html": [ "7d0a310cf43e6144d3fc2d13f81d3f8912569e3f", "testharness" @@ -693659,8 +693836,12 @@ "cf1d3c382e4b139db42e807ab1db166cb0d4fbbb", "testharness" ], - "upgrade-insecure-requests/support/generate.py": [ - "e3f5aaf3ddf858989f83bcba1743ef73978162e1", + "upgrade-insecure-requests/spec.src.json": [ + "6aee9a280b0ff5001c77e2d8a688618c049dc226", + "support" + ], + "upgrade-insecure-requests/spec_json.js": [ + "9122ce38e31e1a2c2c2c3f4caa291ae24e91a8cb", "support" ], "upgrade-insecure-requests/support/redirect-cors.py": [ @@ -698232,7 +698413,7 @@ "wdspec" ], "webdriver/tests/take_element_screenshot/user_prompts.py": [ - "221eaa9363528d3fa102f9506d81bca89546e9f5", + "5d1b497ff2c4dcda6b1d5d14d9fd99c4c282809c", "wdspec" ], "webdriver/tests/take_screenshot/__init__.py": [ @@ -698248,7 +698429,7 @@ "wdspec" ], "webdriver/tests/take_screenshot/user_prompts.py": [ - "902463f22c8165628ce5fccffafdc70481300f20", + "ad9e3695148d63153db8aacbe3b8444a814d5ba3", "wdspec" ], "webgl/META.yml": [ diff --git a/tests/wpt/metadata/css/CSS2/css1/c15-ids-000.xht.ini b/tests/wpt/metadata/css/CSS2/css1/c15-ids-000.xht.ini new file mode 100644 index 00000000000..bc67e87ac72 --- /dev/null +++ b/tests/wpt/metadata/css/CSS2/css1/c15-ids-000.xht.ini @@ -0,0 +1,2 @@ +[c15-ids-000.xht] + expected: FAIL 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 deleted file mode 100644 index 5496474410b..00000000000 --- a/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[mix-blend-mode-animation.html] - expected: FAIL diff --git a/tests/wpt/metadata/dom/nodes/Document-contentType/contentType/contenttype_txt.html.ini b/tests/wpt/metadata/dom/nodes/Document-contentType/contentType/contenttype_txt.html.ini new file mode 100644 index 00000000000..c3916f8555d --- /dev/null +++ b/tests/wpt/metadata/dom/nodes/Document-contentType/contentType/contenttype_txt.html.ini @@ -0,0 +1,2 @@ +[contenttype_txt.html] + expected: CRASH 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 074d554e072..9f5fc515988 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -312,15 +312,18 @@ [