From 278f763afaf3dd54f9826f50b8cc7a811b76ce2e Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Mon, 1 Feb 2021 08:21:08 +0000 Subject: [PATCH] Update web-platform-tests to revision 858d8eea637878df26f837fa9b0f2dfa248380ab --- .../FileAPI/url/url-charset.window.js.ini | 8 + .../url/url-in-tags-revoke.window.js.ini | 2 +- .../CSS2/floats/hit-test-floats-003.html.ini | 4 + .../fetch/content-type/response.window.js.ini | 18 +- .../fetch/content-type/script.window.js.ini | 3 + .../traverse_the_history_4.html.ini | 4 + .../legend-display.html.ini | 289 ++++++++++++++++++ .../iframe_sandbox_popups_escaping-1.html.ini | 2 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-3.html.ini | 3 +- .../form-double-submit-2.html.ini | 4 + .../form-double-submit-3.html.ini | 4 + .../textfieldselection/select-event.html.ini | 69 ++--- .../parsing/DOMContentLoaded-defer.html.ini | 4 + .../document-write/module-delayed.html.ini | 4 - .../module-static-import-delayed.html.ini | 4 + .../realtimeanalyser-fft-scaling.html.ini | 1 + .../audiocontext-not-fully-active.html.ini | 1 - .../webmessaging/with-ports/018.html.ini | 5 + .../webmessaging/without-ports/017.html.ini | 5 + .../Worker/Worker-constructor.html.ini | 2 + .../FileAPI/url/url-charset.window.js.ini | 8 + .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 58 +++- .../CSS2/floats/hit-test-floats-003.html.ini | 4 + .../fetch/content-type/response.window.js.ini | 18 +- .../fetch/content-type/script.window.js.ini | 3 + .../traverse_the_history_4.html.ini | 4 + .../legend-display.html.ini | 222 +++++++++++++- .../iframe_sandbox_popups_escaping-1.html.ini | 2 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-3.html.ini | 3 +- .../form-double-submit-2.html.ini | 4 + .../form-double-submit-3.html.ini | 4 + .../textfieldselection/select-event.html.ini | 69 ++--- .../parsing/DOMContentLoaded-defer.html.ini | 4 + .../document-write/module-delayed.html.ini | 4 - .../module-static-import-delayed.html.ini | 4 + .../realtimeanalyser-fft-scaling.html.ini | 1 + .../audiocontext-not-fully-active.html.ini | 1 - .../webmessaging/with-ports/018.html.ini | 5 + .../webmessaging/without-ports/017.html.ini | 5 + .../Worker/Worker-constructor.html.ini | 2 + ...sync-navigator-clipboard-basics.https.html | 10 + .../clipboard-apis/clipboard-item.https.html | 20 ++ ...copy-event-manual.html => copy-event.html} | 18 +- .../css/css-tables/row-group-order-ref.html | 60 ++++ .../css/css-tables/row-group-order.html | 64 ++++ .../legend-display.html | 39 ++- .../web-platform-tests/interfaces/html.idl | 4 - .../tools/wptserve/setup.py | 2 +- .../url/urlsearchparams-foreach.any.js | 10 +- .../web-bundle/resources/urn-uuid.har | 19 ++ .../web-bundle/resources/wbn/urn-uuid.wbn | Bin 229 -> 430 bytes .../subframe-from-web-bundle.tentative.html | 35 +++ 57 files changed, 993 insertions(+), 161 deletions(-) create mode 100644 tests/wpt/metadata-layout-2020/FileAPI/url/url-charset.window.js.ini create mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/semantics/forms/form-submission-0/form-double-submit-2.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/semantics/forms/form-submission-0/form-double-submit-3.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/syntax/parsing/DOMContentLoaded-defer.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 create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/without-ports/017.html.ini create mode 100644 tests/wpt/metadata-layout-2020/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/metadata/FileAPI/url/url-charset.window.js.ini create mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-003.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini create mode 100644 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit-2.html.ini create mode 100644 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit-3.html.ini create mode 100644 tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.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 create mode 100644 tests/wpt/metadata/webmessaging/without-ports/017.html.ini create mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini rename tests/wpt/web-platform-tests/clipboard-apis/events/{copy-event-manual.html => copy-event.html} (55%) create mode 100644 tests/wpt/web-platform-tests/css/css-tables/row-group-order-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-tables/row-group-order.html create mode 100644 tests/wpt/web-platform-tests/web-bundle/subresource-loading/subframe-from-web-bundle.tentative.html diff --git a/tests/wpt/metadata-layout-2020/FileAPI/url/url-charset.window.js.ini b/tests/wpt/metadata-layout-2020/FileAPI/url/url-charset.window.js.ini new file mode 100644 index 00000000000..a9005e45d6e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/FileAPI/url/url-charset.window.js.ini @@ -0,0 +1,8 @@ +[url-charset.window.html] + expected: TIMEOUT + [Blob charset should override any auto-detected charset.] + expected: TIMEOUT + + [Blob charset should override .] + expected: TIMEOUT + 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 3605e8f3fc9..76b44d9e9cf 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: TIMEOUT + expected: FAIL [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-003.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini new file mode 100644 index 00000000000..f29da48a2a0 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini @@ -0,0 +1,4 @@ +[hit-test-floats-003.html] + [Miss float below something else] + 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 1e7ee4e99d3..2469a7e1361 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,15 +315,15 @@ [