From e89aad0a300bee37efceb19db73d9bf9c400caaf Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Fri, 26 Jun 2020 08:20:22 +0000 Subject: [PATCH] Update web-platform-tests to revision 56ac936e7ad12aa22ecf12e43d560a8039522677 --- .../CSS2/floats/hit-test-floats-002.html.ini | 4 - .../CSS2/floats/hit-test-floats-003.html.ini | 4 - ...-shadow-table-border-collapse-001.html.ini | 2 + .../elementsFromPoint-iframes.html.ini | 3 + .../elementsFromPoint-invalid-cases.html.ini | 4 + .../matchMedia-display-none-iframe.html.ini | 2 - .../fetch/content-type/response.window.js.ini | 13 +- .../fetch/content-type/script.window.js.ini | 2 +- .../nosniff/parsing-nosniff.window.js.ini | 6 + .../traverse_the_history_1.html.ini | 4 - .../traverse_the_history_2.html.ini | 4 + .../traverse_the_history_4.html.ini | 4 + .../2d.pattern.transform.identity.html.ini | 4 + .../2d.pattern.transform.infinity.html.ini | 4 + .../hash-name-reference.html.ini | 3 - .../iframe_sandbox_popups_escaping-1.html.ini | 2 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-3.html.ini | 3 +- .../webmessaging/with-ports/017.html.ini | 5 + .../webmessaging/without-ports/018.html.ini | 5 + tests/wpt/metadata/MANIFEST.json | 134 ++++++++++++++---- .../CSS2/floats/hit-test-floats-002.html.ini | 4 - .../CSS2/floats/hit-test-floats-003.html.ini | 4 - ...-shadow-table-border-collapse-001.html.ini | 2 + .../elementsFromPoint-iframes.html.ini | 3 + .../elementsFromPoint-invalid-cases.html.ini | 4 + .../matchMedia-display-none-iframe.html.ini | 2 - .../fetch/content-type/response.window.js.ini | 13 +- .../fetch/content-type/script.window.js.ini | 2 +- .../nosniff/parsing-nosniff.window.js.ini | 6 + .../traverse_the_history_1.html.ini | 4 - .../traverse_the_history_2.html.ini | 4 + .../traverse_the_history_4.html.ini | 4 + .../2d.pattern.transform.identity.html.ini | 4 + .../2d.pattern.transform.infinity.html.ini | 4 + .../hash-name-reference.html.ini | 3 - .../iframe_sandbox_popups_escaping-1.html.ini | 2 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-1.html.ini | 3 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-3.html.ini | 3 +- .../webmessaging/with-ports/017.html.ini | 5 + .../webmessaging/without-ports/018.html.ini | 5 + .../box-shadow-table-border-collapse-001.html | 73 ++++++++++ ...-shadow-table-border-collapse-001-ref.html | 22 +++ .../document-policy/echo-policy.py | 20 +-- .../support/contenttype_setter.py | 18 +-- .../generate.py | 42 +++--- .../web-platform-tests/dom/nodes/encoding.py | 11 +- ...r-policy-disallowed-for-all.https.sub.html | 1 + .../2d.pattern.transform.identity.html | 42 ++++++ .../2d.pattern.transform.infinity.html | 42 ++++++ .../2d.pattern.transform.invalid.html | 31 ++++ .../html/canvas/tools/spec.yaml | 2 + .../yaml/element/fill-and-stroke-styles.yaml | 54 +++++++ .../import-maps/common/tools/format_json.py | 8 +- .../import-maps/core/static-import.py | 6 +- .../reftest_mismatch_fail-print.html.ini | 2 + .../reftest/reftest_mismatch-print.html | 13 ++ .../reftest/reftest_mismatch_fail-print.html | 13 ++ .../layout-instability/idlharness.html | 5 + .../web-platform-tests/tools/manifest/item.py | 12 ++ .../tools/manifest/sourcefile.py | 93 +++++++++--- .../tools/manifest/tests/test_sourcefile.py | 29 ++++ .../wptrunner/wptrunner/browsers/firefox.py | 7 +- .../wptrunner/wptrunner/executors/base.py | 68 ++++----- .../wptrunner/executors/executorchrome.py | 15 +- .../wptrunner/executors/executormarionette.py | 42 +++--- .../wptrunner/executors/executorselenium.py | 2 +- .../wptrunner/executors/executorservo.py | 2 +- .../executors/executorservodriver.py | 2 +- .../wptrunner/executors/executorwebdriver.py | 2 +- .../wptrunner/tests/test_executors.py | 22 ++- .../tools/wptrunner/wptrunner/wpttest.py | 40 +++++- .../no-dezippering.html | 2 +- .../rendering/draw-buffers.html.ini | 3 + 78 files changed, 806 insertions(+), 246 deletions(-) delete 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-003.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-invalid-cases.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/matchMedia-display-none-iframe.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_2.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/canvas/element/fill-and-stroke-styles/2d.pattern.transform.identity.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/canvas/element/fill-and-stroke-styles/2d.pattern.transform.infinity.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/with-ports/017.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/without-ports/018.html.ini delete 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-003.html.ini create mode 100644 tests/wpt/metadata/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini delete mode 100644 tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.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/canvas/element/fill-and-stroke-styles/2d.pattern.transform.identity.html.ini create mode 100644 tests/wpt/metadata/html/canvas/element/fill-and-stroke-styles/2d.pattern.transform.infinity.html.ini create mode 100644 tests/wpt/metadata/webmessaging/with-ports/017.html.ini create mode 100644 tests/wpt/metadata/webmessaging/without-ports/018.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-backgrounds/box-shadow-table-border-collapse-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-backgrounds/reference/box-shadow-table-border-collapse-001-ref.html create mode 100644 tests/wpt/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.transform.identity.html create mode 100644 tests/wpt/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.transform.infinity.html create mode 100644 tests/wpt/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.transform.invalid.html create mode 100644 tests/wpt/web-platform-tests/infrastructure/metadata/infrastructure/reftest/reftest_mismatch_fail-print.html.ini create mode 100644 tests/wpt/web-platform-tests/infrastructure/reftest/reftest_mismatch-print.html create mode 100644 tests/wpt/web-platform-tests/infrastructure/reftest/reftest_mismatch_fail-print.html 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 deleted file mode 100644 index f64b45fea6b..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-002.html] - [Hit test float] - 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 deleted file mode 100644 index f29da48a2a0..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-003.html] - [Miss float below something else] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini new file mode 100644 index 00000000000..ddeab4c9bac --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini @@ -0,0 +1,2 @@ +[box-shadow-table-border-collapse-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-iframes.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-iframes.html.ini index 171592fc08f..6ef8bb1049f 100644 --- a/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-iframes.html.ini +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/elementsFromPoint-iframes.html.ini @@ -2,3 +2,6 @@ [elementsFromPoint on the root document for points in iframe elements] expected: FAIL + [elementsFromPoint on inner documents] + 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/css/cssom-view/matchMedia-display-none-iframe.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/matchMedia-display-none-iframe.html.ini deleted file mode 100644 index e6e1f29e274..00000000000 --- a/tests/wpt/metadata-layout-2020/css/cssom-view/matchMedia-display-none-iframe.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[matchMedia-display-none-iframe.html] - expected: ERROR 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 b60c7eadadc..87d9db57cdc 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,9 +312,6 @@ [Response: combined response Content-Type: text/html;" \\" text/plain ";charset=GBK] expected: NOTRUN - [