From 1bc0233011cfbb95cfaa5ea7cc5a87ce86cc9ecf Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Mon, 6 Jul 2020 08:20:34 +0000 Subject: [PATCH] Update web-platform-tests to revision aef9da08fe2fa0b9fa473e2e126cb3cf29fae43e --- .../url/url-in-tags-revoke.window.js.ini | 2 +- .../CSS2/floats/hit-test-floats-002.html.ini | 4 + .../CSS2/floats/hit-test-floats-003.html.ini | 4 + .../abspos-change-in-inline-block.html.ini | 4 + .../transform-scale-hittest.html.ini | 3 - .../css/cssom-view/CaretPosition-001.html.ini | 4 + .../fetch/content-type/response.window.js.ini | 10 +- .../nosniff/parsing-nosniff.window.js.ini | 6 + .../traverse_the_history_1.html.ini | 4 + ...ml.ini => traverse_the_history_4.html.ini} | 2 +- .../hash-name-reference.html.ini | 3 + .../iframe_sandbox_popups_escaping-2.html.ini | 4 +- .../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-3.html.ini | 4 - .../form-double-submit.html.ini | 4 + .../script-onerror-insertion-point-2.html.ini | 2 + .../ignore-opens-during-unload.window.js.ini | 2 +- ...le-event-handler-settings-objects.html.ini | 3 - .../promise-job-entry.html.ini | 5 +- .../webmessaging/with-ports/017.html.ini | 5 - .../webmessaging/without-ports/017.html.ini | 5 - .../018.html.ini | 0 .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 108 +++- .../CSS2/floats/hit-test-floats-002.html.ini | 4 + .../CSS2/floats/hit-test-floats-003.html.ini | 4 + .../abspos-change-in-inline-block.html.ini | 4 + .../transform-scale-hittest.html.ini | 3 - .../css/cssom-view/CaretPosition-001.html.ini | 4 + .../fetch/content-type/response.window.js.ini | 10 +- .../nosniff/parsing-nosniff.window.js.ini | 6 + .../traverse_the_history_1.html.ini | 4 + ...ml.ini => traverse_the_history_4.html.ini} | 2 +- .../hash-name-reference.html.ini | 3 + .../iframe_sandbox_popups_escaping-2.html.ini | 4 +- .../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-3.html.ini | 4 - .../form-double-submit.html.ini | 4 + .../script-onerror-insertion-point-2.html.ini | 2 + .../ignore-opens-during-unload.window.js.ini | 2 +- ...le-event-handler-settings-objects.html.ini | 3 - .../promise-job-entry.html.ini | 5 +- .../webmessaging/with-ports/017.html.ini | 5 - .../webmessaging/without-ports/017.html.ini | 5 - .../018.html.ini | 0 .../abspos-change-in-inline-block.html | 36 ++ .../tentative/colspan-redistribution.html | 486 ++++++++++++++++++ .../report-only-four-reports.https.html | 88 ++++ ...t-only-four-reports.https.html.sub.headers | 6 + .../report-only-from-unsafe-none.https.html | 71 +++ ...t-only-from-unsafe-none.https.html.headers | 1 + ...port-only-same-origin-report-to.https.html | 98 ++++ ...me-origin-report-to.https.html.sub.headers | 3 + ...me-origin-with-coep-report-only.https.html | 32 ++ ...n-with-coep-report-only.https.html.headers | 3 + ...port-only-same-origin-with-coep.https.html | 32 ++ ...y-same-origin-with-coep.https.html.headers | 3 + .../report-only-same-origin.https.html | 73 +++ ...report-only-same-origin.https.html.headers | 2 + ...opup-same-origin-coep-report-to.https.html | 63 +++ .../reporting-popup-same-origin.https.html | 12 +- .../reporting/resources/report.py | 5 + .../resources/coop-coep.py | 1 - .../svg/painting/reftests/mask-print-ref.svg | 1 + .../svg/painting/reftests/mask-print.svg | 3 +- 69 files changed, 1218 insertions(+), 85 deletions(-) create mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.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/CSS2/positioning/abspos-change-in-inline-block.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/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini rename tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/{traverse_the_history_3.html.ini => traverse_the_history_4.html.ini} (71%) delete 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/semantics/forms/form-submission-0/form-double-submit.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/webmessaging/with-ports/017.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/webmessaging/without-ports/017.html.ini rename tests/wpt/metadata-layout-2020/webmessaging/{with-ports => without-ports}/018.html.ini (100%) create mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-002.html.ini create mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-003.html.ini create mode 100644 tests/wpt/metadata/css/CSS2/positioning/abspos-change-in-inline-block.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini rename tests/wpt/metadata/html/browsers/history/the-history-interface/{traverse_the_history_3.html.ini => traverse_the_history_4.html.ini} (71%) delete mode 100644 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit-3.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/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini delete mode 100644 tests/wpt/metadata/webmessaging/with-ports/017.html.ini delete mode 100644 tests/wpt/metadata/webmessaging/without-ports/017.html.ini rename tests/wpt/metadata/webmessaging/{with-ports => without-ports}/018.html.ini (100%) create mode 100644 tests/wpt/web-platform-tests/css/CSS2/positioning/abspos-change-in-inline-block.html create mode 100644 tests/wpt/web-platform-tests/css/css-tables/tentative/colspan-redistribution.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-four-reports.https.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-four-reports.https.html.sub.headers create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html.headers create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html.sub.headers create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-with-coep-report-only.https.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-with-coep-report-only.https.html.headers create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-with-coep.https.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-with-coep.https.html.headers create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html create mode 100644 tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html.headers 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 3605e8f3fc99..76b44d9e9cf9 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-002.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-002.html.ini new file mode 100644 index 000000000000..f64b45fea6b5 --- /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-003.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini new file mode 100644 index 000000000000..f29da48a2a08 --- /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/CSS2/positioning/abspos-change-in-inline-block.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/positioning/abspos-change-in-inline-block.html.ini new file mode 100644 index 000000000000..f6d3f5120c51 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/CSS2/positioning/abspos-change-in-inline-block.html.ini @@ -0,0 +1,4 @@ +[abspos-change-in-inline-block.html] + [No crash] + 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 f8e7e539aae9..4a1e8110f6fb 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 000000000000..4c79907309ba --- /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/fetch/content-type/response.window.js.ini b/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini index 8b68c2a86655..7fb68f9aee4f 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 @@ -318,9 +318,6 @@ [