From 5961dbed055998fc3f8f8cae1f790f705007c453 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Tue, 27 Oct 2020 08:22:29 +0000 Subject: [PATCH] Update web-platform-tests to revision 3b7bd62618cf24bfb1dc12562e95f7d88557d924 --- .../url/url-in-tags-revoke.window.js.ini | 2 +- .../CSS2/floats/hit-test-floats-002.html.ini | 4 + .../CSS2/floats/hit-test-floats-004.html.ini | 4 - .../CSS2/floats/hit-test-floats-005.html.ini | 4 - .../css/cssom-view/CaretPosition-001.html.ini | 4 + .../scroll-overflow-clip-quirks-001.html.ini | 4 + .../scroll-overflow-clip-quirks-002.html.ini | 4 + .../fetch/content-type/response.window.js.ini | 21 ++- .../fetch/content-type/script.window.js.ini | 3 + .../nosniff/parsing-nosniff.window.js.ini | 3 + .../traverse_the_history_3.html.ini | 4 + .../embedded-opener-remove-frame.html.ini | 1 - .../supported-elements.html.ini | 7 +- .../iframe_sandbox_popups_escaping-2.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- .../document-write/module-delayed.html.ini | 4 - .../module-static-import-delayed.html.ini | 4 + ...le-event-handler-settings-objects.html.ini | 3 - .../realtimeanalyser-fft-scaling.html.ini | 1 + .../sub-sample-buffer-stitching.html.ini | 6 + .../webmessaging/with-ports/018.html.ini | 5 + .../workers/WorkerGlobalScope-close.html.ini | 4 - .../Worker/Worker-constructor.html.ini | 2 + .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 135 ++++++++++++++++-- .../CSS2/floats/hit-test-floats-002.html.ini | 4 + .../CSS2/floats/hit-test-floats-004.html.ini | 4 - .../CSS2/floats/hit-test-floats-005.html.ini | 4 - .../css/cssom-view/CaretPosition-001.html.ini | 4 + .../scroll-overflow-clip-quirks-001.html.ini | 4 + .../scroll-overflow-clip-quirks-002.html.ini | 4 + .../fetch/content-type/response.window.js.ini | 21 ++- .../fetch/content-type/script.window.js.ini | 3 + .../nosniff/parsing-nosniff.window.js.ini | 3 + .../traverse_the_history_3.html.ini | 4 + .../embedded-opener-remove-frame.html.ini | 1 - .../supported-elements.html.ini | 7 +- .../iframe_sandbox_popups_escaping-2.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- .../document-write/module-delayed.html.ini | 4 - .../module-static-import-delayed.html.ini | 4 + ...le-event-handler-settings-objects.html.ini | 3 - .../realtimeanalyser-fft-scaling.html.ini | 1 + .../sub-sample-buffer-stitching.html.ini | 6 + .../webmessaging/with-ports/018.html.ini | 5 + .../workers/WorkerGlobalScope-close.html.ini | 4 - .../Worker/Worker-constructor.html.ini | 2 + .../out-of-flow-in-multicolumn-002.html | 33 +++++ .../css-break/relpos-inline-hit-testing.html | 38 +++++ .../css/css-break/relpos-inline-ref.html | 36 +++++ .../css/css-break/relpos-inline.html | 14 ++ .../scroll-overflow-clip-quirks-001.html | 23 +++ .../scroll-overflow-clip-quirks-002.html | 20 +++ .../css/cssom-view/scrollingElement.html | 12 +- .../fieldset-content-percentage-size.html | 16 +++ .../forms/the-input-element/input-types.js | 24 ++++ .../the-input-element/selection-pointer.html | 42 ++++++ .../css-styling/attribute-mapping-002.html | 38 ++++- .../streams/piping/general.any.js | 11 ++ .../reftests/display-none-mask-ref.html | 22 +-- .../painting/reftests/display-none-mask.html | 25 +++- .../tools/wptrunner/requirements.txt | 3 +- .../createcredential-extensions.https.html | 14 -- ...ential-large-blob-not-supported.https.html | 78 ++++++++++ ...credential-large-blob-supported.https.html | 82 +++++++++++ ...ential-large-blob-not-supported.https.html | 91 ++++++++++++ ...credential-large-blob-supported.https.html | 90 ++++++++++++ .../web-platform-tests/webauthn/helpers.js | 5 +- .../webcodecs/video-decoder.html | 5 +- ...ection-insertable-streams-audio.https.html | 50 ------- ...ction-insertable-streams-worker.https.html | 52 +++++++ 71 files changed, 968 insertions(+), 189 deletions(-) create mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/CaretPosition-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-002.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/html/webappapis/dynamic-markup-insertion/document-write/module-delayed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/with-ports/018.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/workers/WorkerGlobalScope-close.html.ini create mode 100644 tests/wpt/metadata-layout-2020/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-002.html.ini delete mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-004.html.ini delete mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-005.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/scroll-overflow-clip-quirks-001.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/scroll-overflow-clip-quirks-002.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini delete mode 100644 tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/document-write/module-delayed.html.ini create mode 100644 tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html.ini create mode 100644 tests/wpt/metadata/webmessaging/with-ports/018.html.ini delete mode 100644 tests/wpt/metadata/workers/WorkerGlobalScope-close.html.ini create mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-break/out-of-flow-in-multicolumn-002.html create mode 100644 tests/wpt/web-platform-tests/css/css-break/relpos-inline-hit-testing.html create mode 100644 tests/wpt/web-platform-tests/css/css-break/relpos-inline-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-break/relpos-inline.html create mode 100644 tests/wpt/web-platform-tests/css/cssom-view/scroll-overflow-clip-quirks-001.html create mode 100644 tests/wpt/web-platform-tests/css/cssom-view/scroll-overflow-clip-quirks-002.html create mode 100644 tests/wpt/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-percentage-size.html create mode 100644 tests/wpt/web-platform-tests/html/semantics/forms/the-input-element/input-types.js create mode 100644 tests/wpt/web-platform-tests/html/semantics/forms/the-input-element/selection-pointer.html create mode 100644 tests/wpt/web-platform-tests/webauthn/createcredential-large-blob-not-supported.https.html create mode 100644 tests/wpt/web-platform-tests/webauthn/createcredential-large-blob-supported.https.html create mode 100644 tests/wpt/web-platform-tests/webauthn/getcredential-large-blob-not-supported.https.html create mode 100644 tests/wpt/web-platform-tests/webauthn/getcredential-large-blob-supported.https.html diff --git a/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini index 76b44d9e9cf..3605e8f3fc9 100644 --- a/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -4,7 +4,7 @@ expected: TIMEOUT [Opening a blob URL in a new window immediately before revoking it works.] - expected: FAIL + expected: TIMEOUT [Fetching a blob URL immediately before revoking it works in an iframe.] expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.ini new file mode 100644 index 00000000000..f64b45fea6b --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.ini @@ -0,0 +1,4 @@ +[hit-test-floats-002.html] + [Hit test float] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini deleted file mode 100644 index 4bfb0c2053a..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-004.html] - [Miss float below something else] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini deleted file mode 100644 index baa9f1a7541..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-005.html] - [Miss clipped float] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/CaretPosition-001.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/CaretPosition-001.html.ini new file mode 100644 index 00000000000..4c79907309b --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/CaretPosition-001.html.ini @@ -0,0 +1,4 @@ +[CaretPosition-001.html] + [Element at (400, 100)] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-001.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-001.html.ini new file mode 100644 index 00000000000..74a553beea5 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-001.html.ini @@ -0,0 +1,4 @@ +[scroll-overflow-clip-quirks-001.html] + [CSSOM scrollingElement reflects the propagated scroll to viewport correctly] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-002.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-002.html.ini new file mode 100644 index 00000000000..745bc5a05cc --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/scroll-overflow-clip-quirks-002.html.ini @@ -0,0 +1,4 @@ +[scroll-overflow-clip-quirks-002.html] + [CSSOM scrollingElement reflects the propagated scroll to viewport correctly] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini b/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini index 1a9022f0008..36cdf3deaa9 100644 --- a/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini @@ -315,24 +315,21 @@ [