From 5867b3554a47ef7d05c801d06243d9ee72f20596 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Sun, 19 Feb 2023 01:36:19 +0000 Subject: [PATCH] Update web-platform-tests to revision b'96ef5777e50f7ed8f54b91525002d6708fc097d7' --- tests/wpt/metadata/MANIFEST.json | 10 +- .../CSS2/backgrounds/background-093.xht.ini | 2 +- .../block-in-inline-hittest-002.html.ini | 3 + ...block-in-inline-hittest-float-002.html.ini | 3 - ...k-in-inline-hittest-relpos-zindex.html.ini | 3 + .../hit-test-anonymous-block.html.ini | 3 + .../at-font-face-font-matching.html.ini | 15 +- .../properties-value-inherit-002.html.ini | 150 +++++ .../css/cssom-view/CaretPosition-001.html.ini | 3 + .../elementFromPoint-float-in-table.html.ini | 3 + .../cssom-view/elementFromPosition.html.ini | 3 - .../elementsFromPoint-invalid-cases.html.ini | 3 - .../worker-blob-fetch.window.js.ini | 3 - ...eshow-events-iframe-contentWindow.html.ini | 3 - .../javascript-url-referrer.window.js.ini | 4 + ...avigation-unload-same-origin.window.js.ini | 3 - .../pageload-image-in-popup.html.ini | 3 - .../traverse_the_history_1.html.ini | 3 - .../update-the-rendering.html.ini | 3 +- .../iframe_sandbox_popups_escaping-2.html.ini | 3 +- .../iframe_sandbox_popups_escaping-3.html.ini | 3 +- .../non-active-document.html.ini | 6 - .../multipart-formdata.window.js.ini | 3 - .../textfieldselection/select-event.html.ini | 3 - .../module-static-import-delayed.html.ini | 3 - ...ob-entry-different-function-realm.html.ini | 7 +- .../promise-rejection-events.html.ini | 3 +- .../metadata/url/a-element-xhtml.xhtml.ini | 3 - tests/wpt/metadata/url/a-element.html.ini | 3 - tests/wpt/metadata/url/failure.html.ini | 513 ++++++++++++++++++ .../metadata/url/url-constructor.any.js.ini | 6 - .../webmessaging/with-ports/018.html.ini | 4 + ...s-3P-window.partitioned.tentative.html.ini | 4 - .../mozilla/meta/mozilla/scrollBy.html.ini | 3 - .../parsing/transition-invalid.html | 3 + .../parsing/transition-valid.html | 5 + .../transition-base-response-002.html | 2 +- tests/wpt/web-platform-tests/url/failure.html | 9 +- .../url/resources/urltestdata.json | 12 +- 39 files changed, 721 insertions(+), 100 deletions(-) delete mode 100644 tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-float-002.html.ini create mode 100644 tests/wpt/metadata/css/CSS2/normal-flow/hit-test-anonymous-block.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/elementFromPoint-float-in-table.html.ini delete mode 100644 tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini delete mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.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/semantics/forms/textfieldselection/select-event.html.ini delete mode 100644 tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html.ini create mode 100644 tests/wpt/metadata/webmessaging/with-ports/018.html.ini delete mode 100644 tests/wpt/metadata/webstorage/localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html.ini delete mode 100644 tests/wpt/mozilla/meta/mozilla/scrollBy.html.ini diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index e67d5679f89..16e7c4d8c11 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -448460,7 +448460,7 @@ [] ], "urltestdata.json": [ - "94d41c0cb0d270da1493774e4fd3de579ddfe30a", + "21604f6de9e2c7796146699b75275117b645a8ce", [] ] }, @@ -513660,7 +513660,7 @@ ] ], "transition-invalid.html": [ - "64310b13a15e982402e1d8c3b3d6daad5be67676", + "2138ad89b9c7b6130341018286b7ac1133fc70a5", [ null, {} @@ -513716,7 +513716,7 @@ ] ], "transition-valid.html": [ - "c4651f5f125f40c0ec75f6d58b2641fa78b47cf0", + "ff9f5f782fdbb8176afa668ef051dc9b7af95e5c", [ null, {} @@ -513839,7 +513839,7 @@ ] ], "transition-base-response-002.html": [ - "2a7c41afb846306e8d7a5927af931f267459a116", + "028723559c4647b63c5cd409af80eea5f21bb011", [ null, {} @@ -670545,7 +670545,7 @@ ] ], "failure.html": [ - "c22357b6c10749744ff079a84ab0f1e2c7c7f1b7", + "67873ea2115738285a74861149d9939352f7429f", [ null, { diff --git a/tests/wpt/metadata/css/CSS2/backgrounds/background-093.xht.ini b/tests/wpt/metadata/css/CSS2/backgrounds/background-093.xht.ini index 0b225c35294..2d9cf0e017c 100644 --- a/tests/wpt/metadata/css/CSS2/backgrounds/background-093.xht.ini +++ b/tests/wpt/metadata/css/CSS2/backgrounds/background-093.xht.ini @@ -1,3 +1,3 @@ [background-093.xht] type: reftest - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-002.html.ini b/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-002.html.ini index 51432362d66..ee34bc91078 100644 --- a/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-002.html.ini +++ b/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-002.html.ini @@ -1,3 +1,6 @@ [block-in-inline-hittest-002.html] [elementsFromPoint] expected: FAIL + + [elementFromPoint] + expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-float-002.html.ini b/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-float-002.html.ini deleted file mode 100644 index 3e5096beef3..00000000000 --- a/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-float-002.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[block-in-inline-hittest-float-002.html] - [block-in-inline-hittest-float-002] - expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-relpos-zindex.html.ini b/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-relpos-zindex.html.ini index cdd8b55f192..f9e216a8cfc 100644 --- a/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-relpos-zindex.html.ini +++ b/tests/wpt/metadata/css/CSS2/normal-flow/block-in-inline-hittest-relpos-zindex.html.ini @@ -1,3 +1,6 @@ [block-in-inline-hittest-relpos-zindex.html] [position: relative; z-index: -1;] expected: FAIL + + [block-in-inline-hittest-relpos-zindex] + expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/normal-flow/hit-test-anonymous-block.html.ini b/tests/wpt/metadata/css/CSS2/normal-flow/hit-test-anonymous-block.html.ini new file mode 100644 index 00000000000..7c07b71d77c --- /dev/null +++ b/tests/wpt/metadata/css/CSS2/normal-flow/hit-test-anonymous-block.html.ini @@ -0,0 +1,3 @@ +[hit-test-anonymous-block.html] + [Hit test beside line of text inside anonymous block] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini b/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini index 9b3415209a4..e15acc58c0f 100644 --- a/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini +++ b/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini @@ -14,9 +14,6 @@ [Matching font-weight: '400' should prefer '501 550' over '502 560'] expected: FAIL - [Matching font-weight: '500' should prefer '351 398' over '501 550'] - expected: FAIL - [Matching font-weight: '500' should prefer '501 550' over '502 560'] expected: FAIL @@ -95,9 +92,6 @@ [Matching font-style: 'normal' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg'] expected: FAIL - [Matching font-weight: '430' should prefer '340 398' over '501 550'] - expected: FAIL - [Matching font-style: 'oblique -20deg' should prefer 'oblique -10deg' over 'italic'] expected: FAIL @@ -110,9 +104,6 @@ [Matching font-style: 'oblique 21deg' should prefer 'oblique 21deg' over 'oblique 30deg 60deg'] expected: FAIL - [Matching font-style: 'oblique 10deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg'] - expected: FAIL - [Matching font-style: 'oblique -10deg' should prefer 'italic' over 'oblique 0deg 10deg'] expected: FAIL @@ -149,9 +140,6 @@ [Matching font-stretch: '110%' should prefer '50% 80%' over '60% 70%'] expected: FAIL - [Matching font-style: 'italic' should prefer 'italic' over 'oblique 20deg'] - expected: FAIL - [Matching font-style: 'italic' should prefer 'oblique -60deg -30deg' over 'oblique -50deg -40deg'] expected: FAIL @@ -331,3 +319,6 @@ [Matching font-style: 'oblique -21deg' should prefer 'italic' over 'oblique 0deg'] expected: FAIL + + [Matching font-weight: '500' should prefer '450 460' over '400'] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transitions/properties-value-inherit-002.html.ini b/tests/wpt/metadata/css/css-transitions/properties-value-inherit-002.html.ini index 3fe0bd64cb2..438884a0319 100644 --- a/tests/wpt/metadata/css/css-transitions/properties-value-inherit-002.html.ini +++ b/tests/wpt/metadata/css/css-transitions/properties-value-inherit-002.html.ini @@ -325,3 +325,153 @@ [margin-right length(mm) / values] expected: [FAIL, PASS] + + [color color(rgba) / values] + expected: FAIL + + [font-size length(pt) / values] + expected: FAIL + + [font-size length(pc) / values] + expected: FAIL + + [font-size length(px) / values] + expected: FAIL + + [font-size length(em) / values] + expected: FAIL + + [font-size length(ex) / values] + expected: FAIL + + [font-size length(mm) / values] + expected: FAIL + + [font-size length(cm) / values] + expected: FAIL + + [font-size length(in) / values] + expected: FAIL + + [font-size percentage(%) / values] + expected: FAIL + + [font-weight font-weight(keyword) / values] + expected: FAIL + + [font-weight font-weight(numeric) / values] + expected: FAIL + + [line-height number(integer) / values] + expected: FAIL + + [line-height number(decimal) / values] + expected: FAIL + + [line-height length(pt) / values] + expected: FAIL + + [line-height length(pc) / values] + expected: FAIL + + [line-height length(px) / values] + expected: FAIL + + [line-height length(em) / values] + expected: FAIL + + [line-height length(ex) / values] + expected: FAIL + + [line-height length(mm) / values] + expected: FAIL + + [line-height length(cm) / values] + expected: FAIL + + [line-height length(in) / values] + expected: FAIL + + [line-height percentage(%) / values] + expected: FAIL + + [letter-spacing length(pt) / values] + expected: FAIL + + [letter-spacing length(pc) / values] + expected: FAIL + + [letter-spacing length(px) / values] + expected: FAIL + + [letter-spacing length(em) / values] + expected: FAIL + + [letter-spacing length(ex) / values] + expected: FAIL + + [letter-spacing length(mm) / values] + expected: FAIL + + [letter-spacing length(cm) / values] + expected: FAIL + + [letter-spacing length(in) / values] + expected: FAIL + + [word-spacing length(pt) / values] + expected: FAIL + + [word-spacing length(pc) / values] + expected: FAIL + + [word-spacing length(px) / values] + expected: FAIL + + [word-spacing length(em) / values] + expected: FAIL + + [word-spacing length(ex) / values] + expected: FAIL + + [word-spacing length(mm) / values] + expected: FAIL + + [word-spacing length(cm) / values] + expected: FAIL + + [word-spacing length(in) / values] + expected: FAIL + + [word-spacing percentage(%) / values] + expected: FAIL + + [text-indent length(pt) / values] + expected: FAIL + + [text-indent length(pc) / values] + expected: FAIL + + [text-indent length(px) / values] + expected: FAIL + + [text-indent length(em) / values] + expected: FAIL + + [text-indent length(ex) / values] + expected: FAIL + + [text-indent length(mm) / values] + expected: FAIL + + [text-indent length(cm) / values] + expected: FAIL + + [text-indent length(in) / values] + expected: FAIL + + [text-indent percentage(%) / values] + expected: FAIL + + [text-shadow shadow(shadow) / values] + expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini b/tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini new file mode 100644 index 00000000000..f18b8d2fcf9 --- /dev/null +++ b/tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini @@ -0,0 +1,3 @@ +[CaretPosition-001.html] + [Element at (400, 100)] + expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/elementFromPoint-float-in-table.html.ini b/tests/wpt/metadata/css/cssom-view/elementFromPoint-float-in-table.html.ini new file mode 100644 index 00000000000..db065588308 --- /dev/null +++ b/tests/wpt/metadata/css/cssom-view/elementFromPoint-float-in-table.html.ini @@ -0,0 +1,3 @@ +[elementFromPoint-float-in-table.html] + [float-in-div] + expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/elementFromPosition.html.ini b/tests/wpt/metadata/css/cssom-view/elementFromPosition.html.ini index 9f2a3229231..57cbb5a4948 100644 --- a/tests/wpt/metadata/css/cssom-view/elementFromPosition.html.ini +++ b/tests/wpt/metadata/css/cssom-view/elementFromPosition.html.ini @@ -18,8 +18,5 @@ [test some point of the element: bottom right corner] expected: FAIL - [test the top of layer] - expected: FAIL - [test some point of the element: top left corner] expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini b/tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini deleted file mode 100644 index a3496a40d07..00000000000 --- a/tests/wpt/metadata/css/cssom-view/elementsFromPoint-invalid-cases.html.ini +++ /dev/null @@ -1,3 +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/fetch/private-network-access/worker-blob-fetch.window.js.ini b/tests/wpt/metadata/fetch/private-network-access/worker-blob-fetch.window.js.ini index 303e4bfb815..a88326a9d5c 100644 --- a/tests/wpt/metadata/fetch/private-network-access/worker-blob-fetch.window.js.ini +++ b/tests/wpt/metadata/fetch/private-network-access/worker-blob-fetch.window.js.ini @@ -26,9 +26,6 @@ [treat-as-public to public: success.] expected: FAIL - [private https to local: failure.] - expected: FAIL - [public https to private: failure.] expected: FAIL diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini index 149bcb4ff8c..51fd557bd7f 100644 --- a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini +++ b/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini @@ -7,6 +7,3 @@ [load & pageshow events do not fire on contentWindow of