From ce631f7691e321ee8517c94367151b3dd6071987 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Sat, 11 Apr 2020 08:18:46 +0000 Subject: [PATCH] Update web-platform-tests to revision cf719a4f5e4affb623044004bcc8a61be7b94404 --- .../CSS2/floats/hit-test-floats-002.html.ini | 4 + .../CSS2/floats/hit-test-floats-003.html.ini | 4 - .../CSS2/floats/hit-test-floats-004.html.ini | 4 - .../CSS2/floats/hit-test-floats-005.html.ini | 4 + .../cssom-view/elementFromPoint-001.html.ini | 4 - .../elementsFromPoint-invalid-cases.html.ini | 4 - .../fetch/content-type/response.window.js.ini | 24 ++- .../nosniff/parsing-nosniff.window.js.ini | 3 - .../traverse_the_history_1.html.ini | 4 - .../traverse_the_history_3.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 - .../iframe_sandbox_popups_escaping-3.html.ini | 2 +- .../audiobuffersource-multi-channels.html.ini | 3 + .../sub-sample-buffer-stitching.html.ini | 3 + .../workers/WorkerGlobalScope-close.html.ini | 4 + tests/wpt/metadata/MANIFEST.json | 137 +++++++++++++++++- .../CSS2/floats/hit-test-floats-002.html.ini | 4 + .../CSS2/floats/hit-test-floats-003.html.ini | 4 - .../CSS2/floats/hit-test-floats-004.html.ini | 4 - .../CSS2/floats/hit-test-floats-005.html.ini | 4 + .../cssom-view/elementFromPoint-001.html.ini | 4 - .../elementsFromPoint-invalid-cases.html.ini | 4 - .../fetch/content-type/response.window.js.ini | 24 ++- .../nosniff/parsing-nosniff.window.js.ini | 3 - .../traverse_the_history_1.html.ini | 4 - .../traverse_the_history_3.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 - .../iframe_sandbox_popups_escaping-3.html.ini | 2 +- .../audiobuffersource-multi-channels.html.ini | 3 + .../sub-sample-buffer-stitching.html.ini | 3 + .../workers/WorkerGlobalScope-close.html.ini | 4 + .../flex-aspect-ratio-001.tentative.html | 12 ++ .../flex-aspect-ratio-002.tentative.html | 16 ++ .../flex-aspect-ratio-003.tentative.html | 12 ++ .../flex-aspect-ratio-004.tentative.html | 16 ++ .../flex-aspect-ratio-005.tentative.html | 13 ++ .../flex-aspect-ratio-006.tentative.html | 13 ++ .../filter-effect-remove-unattached.html | 40 +++++ .../filter-effect-remove-unattached-ref.html | 11 ++ .../filter-effects/resources/reference.png | Bin 0 -> 3452 bytes .../contenteditable-with-empty-block-ref.html | 7 + .../contenteditable-with-empty-block.html | 11 ++ ...selection-select-all-move-input-crash.html | 10 ++ .../slots-imperative-slot-api.tentative.html | 25 ++++ .../wptrunner/wptrunner/browsers/firefox.py | 7 +- 45 files changed, 382 insertions(+), 98 deletions(-) create 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 delete mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini delete 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/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata-layout-2020/workers/WorkerGlobalScope-close.html.ini create 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 delete mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-004.html.ini create mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-005.html.ini delete 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/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata/workers/WorkerGlobalScope-close.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-001.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-002.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-003.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-004.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-005.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/aspect-ratio/flex-aspect-ratio-006.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/filter-effect-remove-unattached.html create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/reference/filter-effect-remove-unattached-ref.html create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/resources/reference.png create mode 100644 tests/wpt/web-platform-tests/html/editing/editing-0/contenteditable/contenteditable-with-empty-block-ref.html create mode 100644 tests/wpt/web-platform-tests/html/editing/editing-0/contenteditable/contenteditable-with-empty-block.html create mode 100644 tests/wpt/web-platform-tests/selection/selection-select-all-move-input-crash.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 new file mode 100644 index 00000000000..f64b45fea6b --- /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 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/CSS2/floats/hit-test-floats-004.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini deleted file mode 100644 index 4bfb0c2053a..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-004.html] - [Miss float below something else] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini new file mode 100644 index 00000000000..baa9f1a7541 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini @@ -0,0 +1,4 @@ +[hit-test-floats-005.html] + [Miss clipped float] + 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 deleted file mode 100644 index e38782d8c85..00000000000 --- a/tests/wpt/metadata-layout-2020/css/cssom-view/elementFromPoint-001.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[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/fetch/content-type/response.window.js.ini b/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini index a46b97e6be3..b3313a165c1 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,24 +312,18 @@ [Response: combined response Content-Type: text/html;" \\" text/plain ";charset=GBK] expected: NOTRUN - [