From ae09310953b3271aaf71446af502ccec08fb988e Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Mon, 25 Nov 2019 08:22:18 +0000 Subject: [PATCH] Update web-platform-tests to revision 157b71e48394fb63f91fa497be429c3543b0ab03 --- .../url/url-in-tags-revoke.window.js.ini | 2 +- .../FileAPI/url/url-with-fetch.any.js.ini | 6 + tests/wpt/metadata/MANIFEST.json | 116 ++++++- .../fetch/content-type/response.window.js.ini | 16 +- .../fetch/content-type/script.window.js.ini | 6 + .../traverse_the_history_1.html.ini | 4 - ...ml.ini => traverse_the_history_2.html.ini} | 2 +- .../traverse_the_history_4.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 -- .../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 | 3 +- ...indow-serviceworker-success.https.html.ini | 4 + ...rame_sandbox_popups_nonescaping-1.html.ini | 2 +- .../script-onerror-insertion-point-2.html.ini | 2 - .../parsing/DOMContentLoaded-defer.html.ini | 4 - .../promise-rejection-events-onerror.html.ini | 5 - ...indow-serviceworker-success.https.html.ini | 4 + .../realtimeanalyser-fft-scaling.html.ini | 1 - .../webmessaging/with-ports/017.html.ini | 5 + .../security-features/resources/common.sub.js | 12 +- .../decompression-corrupt-input.any.js | 299 ++++++++++++++++++ .../css/css-grid/parsing/grid-area-valid.html | 64 ++-- .../parsing/grid-shorthand-invalid.html | 50 +++ .../parsing/grid-shorthand-valid.html | 33 ++ .../grid-template-shorthand-invalid.html | 51 +++ .../grid-template-shorthand-valid.html | 32 ++ .../resources/serviceworker-success.js | 18 ++ .../serviceworker-success.js.headers | 1 + .../window-serviceworker-success.https.html | 48 +++ ...w-serviceworker-success.https.html.headers | 2 + tests/wpt/web-platform-tests/lint.whitelist | 1 + ...ndow.js => idlharness.tentative.window.js} | 3 +- .../module/resources/serviceworker-success.js | 19 ++ .../window-serviceworker-success.https.html | 49 +++ 43 files changed, 874 insertions(+), 287 deletions(-) delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini rename tests/wpt/metadata/html/browsers/history/the-history-interface/{traverse_the_history_3.html.ini => traverse_the_history_2.html.ini} (71%) delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini create mode 100644 tests/wpt/metadata/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini delete mode 100644 tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini delete mode 100644 tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini create mode 100644 tests/wpt/metadata/wasm/serialization/module/window-serviceworker-success.https.html.ini create mode 100644 tests/wpt/metadata/webmessaging/with-ports/017.html.ini create mode 100644 tests/wpt/web-platform-tests/compression/decompression-corrupt-input.any.js create mode 100644 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-shorthand-invalid.html create mode 100644 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-shorthand-valid.html create mode 100644 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-template-shorthand-invalid.html create mode 100644 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-template-shorthand-valid.html create mode 100644 tests/wpt/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-success.js create mode 100644 tests/wpt/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-success.js.headers create mode 100644 tests/wpt/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html create mode 100644 tests/wpt/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html.headers rename tests/wpt/web-platform-tests/trusted-types/{idlharness.window.js => idlharness.tentative.window.js} (96%) create mode 100644 tests/wpt/web-platform-tests/wasm/serialization/module/resources/serviceworker-success.js create mode 100644 tests/wpt/web-platform-tests/wasm/serialization/module/window-serviceworker-success.https.html diff --git a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini index 76b398963ae..a9e46713244 100644 --- a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -7,7 +7,7 @@ expected: FAIL [Opening a blob URL in a new window immediately before revoking it works.] - expected: FAIL + expected: TIMEOUT [Opening a blob URL in a noopener about:blank window immediately before revoking it works.] 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 0bf3b469372..4c1aa18e695 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 @@ -2,8 +2,14 @@ [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] [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 85c96a326f6..4fdf726fd04 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -273357,6 +273357,12 @@ "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-failure.js.headers": [ [] ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-success.js": [ + [] + ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-success.js.headers": [ + [] + ], "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/sharedworker-failure.js": [ [] ], @@ -273387,6 +273393,9 @@ "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-failure.https.html.headers": [ [] ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html.headers": [ + [] + ], "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html.headers": [ [] ], @@ -289632,6 +289641,9 @@ "wasm/serialization/module/resources/serviceworker-failure.js": [ [] ], + "wasm/serialization/module/resources/serviceworker-success.js": [ + [] + ], "wasm/serialization/module/resources/sharedworker-failure.js": [ [] ], @@ -312657,6 +312669,16 @@ } ] ], + "compression/decompression-corrupt-input.any.js": [ + [ + "compression/decompression-corrupt-input.any.html", + {} + ], + [ + "compression/decompression-corrupt-input.any.worker.html", + {} + ] + ], "compression/decompression-empty-input.tentative.any.js": [ [ "compression/decompression-empty-input.tentative.any.html", @@ -323183,6 +323205,18 @@ {} ] ], + "css/css-grid/parsing/grid-shorthand-invalid.html": [ + [ + "css/css-grid/parsing/grid-shorthand-invalid.html", + {} + ] + ], + "css/css-grid/parsing/grid-shorthand-valid.html": [ + [ + "css/css-grid/parsing/grid-shorthand-valid.html", + {} + ] + ], "css/css-grid/parsing/grid-shorthand.html": [ [ "css/css-grid/parsing/grid-shorthand.html", @@ -323267,6 +323301,18 @@ {} ] ], + "css/css-grid/parsing/grid-template-shorthand-invalid.html": [ + [ + "css/css-grid/parsing/grid-template-shorthand-invalid.html", + {} + ] + ], + "css/css-grid/parsing/grid-template-shorthand-valid.html": [ + [ + "css/css-grid/parsing/grid-template-shorthand-valid.html", + {} + ] + ], "css/css-grid/parsing/grid-template-shorthand.html": [ [ "css/css-grid/parsing/grid-template-shorthand.html", @@ -358130,6 +358176,12 @@ {} ] ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html": [ + [ + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html", + {} + ] + ], "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html": [ [ "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html", @@ -416726,9 +416778,9 @@ {} ] ], - "trusted-types/idlharness.window.js": [ + "trusted-types/idlharness.tentative.window.js": [ [ - "trusted-types/idlharness.window.html", + "trusted-types/idlharness.tentative.window.html", { "script_metadata": [ [ @@ -423351,6 +423403,12 @@ {} ] ], + "wasm/serialization/module/window-serviceworker-success.https.html": [ + [ + "wasm/serialization/module/window-serviceworker-success.https.html", + {} + ] + ], "wasm/serialization/module/window-sharedworker-failure.html": [ [ "wasm/serialization/module/window-sharedworker-failure.html", @@ -471169,7 +471227,7 @@ "support" ], "common/security-features/resources/common.sub.js": [ - "b43417b417c189d1e1b3444baa286456df979bb5", + "cdd20a9d8daecefec26c1fe3ef5d7f2a4ed48008", "support" ], "common/security-features/resources/common.sub.js.headers": [ @@ -471548,6 +471606,10 @@ "11d8736cb225d6ce575677dcdb70b0a19dd4f65f", "testharness" ], + "compression/decompression-corrupt-input.any.js": [ + "95e91b662ee47f545167cd05dc4d06b85cb74b00", + "testharness" + ], "compression/decompression-empty-input.tentative.any.js": [ "ff4cff522a4a7ba0ba3eedb79c4d39b0752c9caf", "testharness" @@ -579089,7 +579151,7 @@ "testharness" ], "css/css-grid/parsing/grid-area-valid.html": [ - "8e7d0d43d1cfac44935593892b67fdb40b179791", + "9f93e6325b1b3cb2fff53f1c9e8b4963ac875e09", "testharness" ], "css/css-grid/parsing/grid-auto-columns-computed.html": [ @@ -579128,6 +579190,14 @@ "d4dcdb12b177cf97c3aa030cbb19c2ce2ae6d25d", "testharness" ], + "css/css-grid/parsing/grid-shorthand-invalid.html": [ + "642a4abab3b8177982c4006e4a5c0477d035305a", + "testharness" + ], + "css/css-grid/parsing/grid-shorthand-valid.html": [ + "435959af25e0f03b8f53844f907430daa3d36d97", + "testharness" + ], "css/css-grid/parsing/grid-shorthand.html": [ "91995608dd9eda5cd8d99abe3454cd67e52e405b", "testharness" @@ -579184,6 +579254,14 @@ "2d3a1ed8045c3eef9982cffc3f95415518f560cb", "testharness" ], + "css/css-grid/parsing/grid-template-shorthand-invalid.html": [ + "366cdf4d887aa937875cd5e5a49631d1b3e283b1", + "testharness" + ], + "css/css-grid/parsing/grid-template-shorthand-valid.html": [ + "042268f334816172b077edf341b1c091196f5197", + "testharness" + ], "css/css-grid/parsing/grid-template-shorthand.html": [ "b9165359a7250afab60463878b9beb8592424f58", "testharness" @@ -652148,6 +652226,14 @@ "6604450991a122e3e241e40b1b9e0516c525389d", "support" ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-success.js": [ + "34add843ecaaff85b5d50b6eab31a616226f9234", + "support" + ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/serviceworker-success.js.headers": [ + "20319c1b02dda1ca0d40a0cae6bf6b460f5562f1", + "support" + ], "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/sharedworker-failure.js": [ "8472318abd53207ec56b3f5988fb0a49d0c006a4", "support" @@ -652220,6 +652306,14 @@ "63b60e490f47f4db77d33d7a4ca2f5b9a4181de8", "support" ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html": [ + "3d5ced9760625793950bf27934c182f48420a487", + "testharness" + ], + "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-success.https.html.headers": [ + "4fff9d9fba4c81f953826ffea010a75be626b95d", + "support" + ], "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html": [ "023cb5acdef1c144dbad4ebefd0af23fc6c17d79", "testharness" @@ -666261,7 +666355,7 @@ "testharness" ], "lint.whitelist": [ - "be6ae4f0314942a35632a1b0dc8b10dd9dd34657", + "48d7e9d6a747b973333912b6e940055449f2f5ce", "support" ], "loading/lazyload/common.js": [ @@ -711280,8 +711374,8 @@ "074fe79dc93fee6563bcb9ce2db3fa708bf4ad4f", "testharness" ], - "trusted-types/idlharness.window.js": [ - "7be9615ce67ca1582c3b82ed849d7019a61e4cdd", + "trusted-types/idlharness.tentative.window.js": [ + "5a854a12b78026a3318dad70ffa0d6a690e39f55", "testharness" ], "trusted-types/support/WorkerGlobalScope-importScripts.https.js": [ @@ -716412,6 +716506,10 @@ "39796f9d94a39d2a13ed832544ce781373a20655", "support" ], + "wasm/serialization/module/resources/serviceworker-success.js": [ + "89dd8a3831b138cb6c4eb2a5578b95bb711cd189", + "support" + ], "wasm/serialization/module/resources/sharedworker-failure.js": [ "854c70b9e84e6e6fb1c59f64a06a79646a122576", "support" @@ -716444,6 +716542,10 @@ "97c5a1decdb85317930508ece8f306fb80880ca2", "testharness" ], + "wasm/serialization/module/window-serviceworker-success.https.html": [ + "a479b37e5e227e4961f59e09554c137041528124", + "testharness" + ], "wasm/serialization/module/window-sharedworker-failure.html": [ "667e985a30b53c0ecadfd4c68f6217b87a7a5b98", "testharness" 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 9abfe827b60..81b7704b14e 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -309,21 +309,21 @@ [