From b64dc1ed97250b7d5353c62d98afe05e05ad5624 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Thu, 23 Jul 2020 08:21:14 +0000 Subject: [PATCH] Update web-platform-tests to revision 59cec4f843d5c86d5d2e99d636e465e09807cafb --- .../url/url-in-tags-revoke.window.js.ini | 2 +- ....html.ini => hit-test-floats-004.html.ini} | 2 +- .../transform-scale-hittest.html.ini | 3 - .../css/cssom-view/CaretPosition-001.html.ini | 4 + .../cssom-view/elementFromPoint-001.html.ini | 4 + .../elementsFromPoint-invalid-cases.html.ini | 4 - .../reactions/HTMLMediaElement.html.ini | 2 - .../fetch/content-type/response.window.js.ini | 20 ++- .../fetch/content-type/script.window.js.ini | 6 +- .../nosniff/parsing-nosniff.window.js.ini | 3 - .../traverse_the_history_3.html.ini} | 2 +- ...ross-origin-objects-on-new-window.html.ini | 2 - .../embedded-opener-remove-frame.html.ini | 2 +- .../hash-name-reference.html.ini | 3 + .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 4 +- .../form-double-submit.html.ini | 4 + .../ignore-opens-during-unload.window.js.ini | 2 +- .../webmessaging/without-ports/017.html.ini | 5 + .../anchors/idlharness.https.window.js.ini | 52 ++++++++ ...d-worker-in-data-url-context.window.js.ini | 3 +- .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 114 +++++++++++++----- ....html.ini => hit-test-floats-004.html.ini} | 2 +- .../transform-scale-hittest.html.ini | 3 - .../css/cssom-view/CaretPosition-001.html.ini | 4 + .../cssom-view/elementFromPoint-001.html.ini | 4 + .../elementsFromPoint-invalid-cases.html.ini | 4 - .../reactions/HTMLMediaElement.html.ini | 2 - .../fetch/content-type/response.window.js.ini | 20 ++- .../fetch/content-type/script.window.js.ini | 6 +- .../nosniff/parsing-nosniff.window.js.ini | 3 - .../traverse_the_history_3.html.ini} | 2 +- ...ross-origin-objects-on-new-window.html.ini | 2 - .../embedded-opener-remove-frame.html.ini | 2 +- .../hash-name-reference.html.ini | 3 + .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 4 +- .../form-double-submit.html.ini | 4 + .../ignore-opens-during-unload.window.js.ini | 2 +- .../webmessaging/without-ports/017.html.ini | 5 + .../anchors/idlharness.https.window.js.ini | 52 ++++++++ ...d-worker-in-data-url-context.window.js.ini | 3 +- ...KeyframeEffect-getKeyframes.tentative.html | 6 +- ...-template-columns-fit-content-001-ref.html | 2 + ...grid-template-columns-fit-content-001.html | 2 + ...rid-template-rows-fit-content-001-ref.html | 2 + .../grid-template-rows-fit-content-001.html | 2 + .../parsing/grid-template-areas-one-cell.html | 34 ++++++ .../css/css-pseudo/active-selection-056.html | 2 +- .../css/css-pseudo/active-selection-057.html | 68 +++++++++++ .../css/css-pseudo/active-selection-063.html | 2 +- .../ref-filled-green-100px-square.xht | 19 --- .../reference/ref-nothing-below.xht | 18 --- .../access-reporting/property.https.html | 2 +- .../web-platform-tests/interfaces/anchors.idl | 27 +++++ .../interfaces/dom-overlays.idl | 31 +++++ .../FileSystemDirectoryHandle-iteration.js | 18 +++ ...nc_failure_handling.tentative.https.any.js | 5 + ...nc_failure_handling.tentative.https.any.js | 6 + .../tools/ci/ci_wptrunner_infrastructure.sh | 2 +- .../tools/ci/taskcluster-run.py | 3 +- .../tools/webdriver/webdriver/error.py | 8 +- tests/wpt/web-platform-tests/tools/wpt/run.py | 97 ++++++++++----- .../tools/wptrunner/requirements.txt | 2 +- .../webdriver/tests/support/sync.py | 14 +-- .../RTCPeerConnection-ontrack.https.html | 25 ++++ .../webxr/anchors/idlharness.https.window.js | 16 +++ .../dom-overlay/idlharness.https.window.js | 16 +++ 69 files changed, 607 insertions(+), 198 deletions(-) rename tests/wpt/metadata-layout-2020/css/CSS2/floats/{hit-test-floats-003.html.ini => hit-test-floats-004.html.ini} (67%) 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/elementFromPoint-001.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/custom-elements/reactions/HTMLMediaElement.html.ini rename tests/wpt/{metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini => metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini} (71%) delete 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.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/without-ports/017.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webxr/anchors/idlharness.https.window.js.ini rename tests/wpt/metadata/css/CSS2/floats/{hit-test-floats-003.html.ini => hit-test-floats-004.html.ini} (67%) create mode 100644 tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/elementFromPoint-001.html.ini delete mode 100644 tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini delete mode 100644 tests/wpt/metadata/custom-elements/reactions/HTMLMediaElement.html.ini rename tests/wpt/{metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini => metadata/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini} (71%) delete 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.html.ini create mode 100644 tests/wpt/metadata/webmessaging/without-ports/017.html.ini create mode 100644 tests/wpt/metadata/webxr/anchors/idlharness.https.window.js.ini create mode 100644 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-template-areas-one-cell.html create mode 100644 tests/wpt/web-platform-tests/css/css-pseudo/active-selection-057.html delete mode 100644 tests/wpt/web-platform-tests/css/css-pseudo/reference/ref-filled-green-100px-square.xht delete mode 100644 tests/wpt/web-platform-tests/css/css-pseudo/reference/ref-nothing-below.xht create mode 100644 tests/wpt/web-platform-tests/interfaces/anchors.idl create mode 100644 tests/wpt/web-platform-tests/interfaces/dom-overlays.idl create mode 100644 tests/wpt/web-platform-tests/webxr/anchors/idlharness.https.window.js create mode 100644 tests/wpt/web-platform-tests/webxr/dom-overlay/idlharness.https.window.js 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-003.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini similarity index 67% rename from tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini rename to tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini index f29da48a2a0..4bfb0c2053a 100644 --- 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-004.html.ini @@ -1,4 +1,4 @@ -[hit-test-floats-003.html] +[hit-test-floats-004.html] [Miss float below something else] 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 f8e7e539aae..4a1e8110f6f 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,6 +2,3 @@ [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/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/elementFromPoint-001.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/elementFromPoint-001.html.ini new file mode 100644 index 00000000000..e38782d8c85 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/elementFromPoint-001.html.ini @@ -0,0 +1,4 @@ +[elementFromPoint-001.html] + [CSSOM View - 5 - extensions to the Document interface] + 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 deleted file mode 100644 index e181af5397f..00000000000 --- a/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[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/custom-elements/reactions/HTMLMediaElement.html.ini b/tests/wpt/metadata-layout-2020/custom-elements/reactions/HTMLMediaElement.html.ini deleted file mode 100644 index 2ca05f57bb0..00000000000 --- a/tests/wpt/metadata-layout-2020/custom-elements/reactions/HTMLMediaElement.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[HTMLMediaElement.html] - expected: TIMEOUT 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 32d0ea8d301..eb1eba631ec 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 @@ -312,27 +312,21 @@ [Response: combined response Content-Type: text/html;" \\" text/plain ";charset=GBK] expected: NOTRUN - [