From 21ff3d329a8ac4174ecda9f38843e8f117eee736 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Fri, 1 Jan 2021 08:19:30 +0000 Subject: [PATCH] Update web-platform-tests to revision dbc7edfaa96e559b9aa34a9c898a1ad54d877b58 --- .../FileAPI/url/url-charset.window.js.ini | 8 --- .../CSS2/floats/hit-test-floats-003.html.ini | 4 ++ .../white-space/tab-bidi-001.html.ini | 2 + .../transform-scale-hittest.html.ini | 3 ++ .../elementsFromPoint-invalid-cases.html.ini | 4 ++ .../fetch/content-type/response.window.js.ini | 15 ++---- .../fetch/content-type/script.window.js.ini | 3 -- .../nosniff/parsing-nosniff.window.js.ini | 3 ++ ...ross-origin-objects-on-new-window.html.ini | 2 + .../supported-elements.html.ini | 7 ++- .../hash-name-reference.html.ini | 3 ++ .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- .../form-double-submit-2.html.ini | 4 ++ .../form-double-submit-3.html.ini | 4 -- .../textfieldselection/select-event.html.ini | 48 ++++++++--------- .../htmlanchorelement_noopener.html.ini | 7 +-- .../sub-sample-buffer-stitching.html.ini | 6 +++ .../audiocontext-not-fully-active.html.ini | 1 - .../webmessaging/with-ports/018.html.ini | 5 -- .../webmessaging/without-ports/018.html.ini | 5 -- .../FileAPI/url/url-charset.window.js.ini | 8 --- tests/wpt/metadata/MANIFEST.json | 51 +++++++++++++++++-- .../CSS2/floats/hit-test-floats-003.html.ini | 4 ++ .../white-space/tab-bidi-001.html.ini | 2 + .../transform-scale-hittest.html.ini | 3 ++ .../elementsFromPoint-invalid-cases.html.ini | 4 ++ .../fetch/content-type/response.window.js.ini | 15 ++---- .../fetch/content-type/script.window.js.ini | 3 -- .../nosniff/parsing-nosniff.window.js.ini | 3 ++ ...ross-origin-objects-on-new-window.html.ini | 2 + .../supported-elements.html.ini | 7 ++- .../hash-name-reference.html.ini | 3 ++ .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- .../form-double-submit-2.html.ini | 4 ++ .../form-double-submit-3.html.ini | 4 -- .../textfieldselection/select-event.html.ini | 48 ++++++++--------- .../htmlanchorelement_noopener.html.ini | 7 +-- .../sub-sample-buffer-stitching.html.ini | 6 +++ .../audiocontext-not-fully-active.html.ini | 1 - .../webmessaging/with-ports/018.html.ini | 5 -- .../webmessaging/without-ports/018.html.ini | 5 -- .../aspect-ratio/block-aspect-ratio-004.html | 3 +- .../aspect-ratio/block-aspect-ratio-005.html | 3 +- .../aspect-ratio/block-aspect-ratio-006.html | 3 +- .../aspect-ratio/block-aspect-ratio-007.html | 3 +- .../aspect-ratio/replaced-element-031.html | 37 ++++++++++++++ .../aspect-ratio/replaced-element-032.html | 34 +++++++++++++ .../reference/tab-bidi-001-ref.html | 42 +++++++++++++++ .../css-text/white-space/tab-bidi-001.html | 45 ++++++++++++++++ 55 files changed, 353 insertions(+), 154 deletions(-) delete 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/css/css-text/white-space/tab-bidi-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/semantics/forms/form-submission-0/form-double-submit-2.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/html/semantics/forms/form-submission-0/form-double-submit-3.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/webmessaging/with-ports/018.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/webmessaging/without-ports/018.html.ini delete 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/css/css-text/white-space/tab-bidi-001.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini create mode 100644 tests/wpt/metadata/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html.ini create mode 100644 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit-2.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit-3.html.ini delete mode 100644 tests/wpt/metadata/webmessaging/with-ports/018.html.ini delete mode 100644 tests/wpt/metadata/webmessaging/without-ports/018.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/replaced-element-031.html create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/replaced-element-032.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/white-space/reference/tab-bidi-001-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/white-space/tab-bidi-001.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 deleted file mode 100644 index a9005e45d6e..00000000000 --- a/tests/wpt/metadata-layout-2020/FileAPI/url/url-charset.window.js.ini +++ /dev/null @@ -1,8 +0,0 @@ -[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/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/css/css-text/white-space/tab-bidi-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text/white-space/tab-bidi-001.html.ini new file mode 100644 index 00000000000..f7a9eeba88d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text/white-space/tab-bidi-001.html.ini @@ -0,0 +1,2 @@ +[tab-bidi-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini b/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini index 4a1e8110f6f..f8e7e539aae 100644 --- a/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini +++ b/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini @@ -2,3 +2,6 @@ [Hit test intersecting scaled box] expected: FAIL + [Hit test within unscaled box] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini new file mode 100644 index 00000000000..e181af5397f --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini @@ -0,0 +1,4 @@ +[elementsFromPoint-invalid-cases.html] + [The root element is the last element returned for otherwise empty queries within the viewport] + 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 4a2ede96d08..b358b7b7bf5 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,21 +315,12 @@ [