From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ...scroll-event-fired-to-scrolled-element.html.ini | 10 ++++- .../scrollend-event-fired-to-window.html.ini | 1 - testing/web-platform/meta/dom/historical.html.ini | 2 - .../meta/dom/idlharness-shadowrealm.window.js.ini | 24 ------------ .../dom/nodes/Document-createEvent.https.html.ini | 9 +++++ ...ult-style-meta-from-fragment.tentative.html.ini | 3 ++ ...ppendChild-script-and-iframe.tentative.html.ini | 9 +++++ ...appendChild-script-and-style.tentative.html.ini | 15 ++++++++ ...appendChild-script-in-script.tentative.html.ini | 3 ++ .../insertion-removing-steps-iframe.window.js.ini | 12 ++++++ .../insertion-removing-steps-script.window.js.ini | 2 + .../tentative/observable-constructor.any.js.ini | 6 +++ .../tentative/observable-drop.any.js.ini | 44 ++++++++++++++++++++++ .../tentative/observable-filter.any.js.ini | 32 ++++++++++++++++ .../observable/tentative/observable-map.any.js.ini | 38 +++++++++++++++++++ .../tentative/observable-map.window.js.ini | 3 ++ .../tentative/observable-take.any.js.ini | 32 ++++++++++++++++ .../tentative/observable-takeUntil.any.js.ini | 28 ++++++++------ 18 files changed, 234 insertions(+), 39 deletions(-) delete mode 100644 testing/web-platform/meta/dom/historical.html.ini create mode 100644 testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini create mode 100644 testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini create mode 100644 testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini create mode 100644 testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini create mode 100644 testing/web-platform/meta/dom/nodes/insertion-removing-steps/insertion-removing-steps-iframe.window.js.ini create mode 100644 testing/web-platform/meta/dom/nodes/insertion-removing-steps/insertion-removing-steps-script.window.js.ini create mode 100644 testing/web-platform/meta/dom/observable/tentative/observable-drop.any.js.ini create mode 100644 testing/web-platform/meta/dom/observable/tentative/observable-filter.any.js.ini create mode 100644 testing/web-platform/meta/dom/observable/tentative/observable-map.any.js.ini create mode 100644 testing/web-platform/meta/dom/observable/tentative/observable-map.window.js.ini create mode 100644 testing/web-platform/meta/dom/observable/tentative/observable-take.any.js.ini (limited to 'testing/web-platform/meta/dom') diff --git a/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini b/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini index 55dcbab78d..4aea02d928 100644 --- a/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini +++ b/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini @@ -1,3 +1,11 @@ [overscroll-event-fired-to-scrolled-element.html] + expected: + if (os == "win") and not debug: TIMEOUT + if (os == "linux") and not debug: TIMEOUT + if os == "mac": TIMEOUT [Tests that the scrolled element gets overscroll event after fully scrolling by touch.] - expected: FAIL + expected: + if (os == "win") and debug: FAIL + if (os == "linux") and debug: FAIL + if os == "android": FAIL + TIMEOUT diff --git a/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini index 9ae4e9ca6b..835d80f054 100644 --- a/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini +++ b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini @@ -1,6 +1,5 @@ [scrollend-event-fired-to-window.html] expected: - if (os == "win") and ccov: OK if (os == "linux") and not debug: [OK, TIMEOUT] TIMEOUT [Tests that the window gets scrollend event when no element scrolls after touch scrolling.] diff --git a/testing/web-platform/meta/dom/historical.html.ini b/testing/web-platform/meta/dom/historical.html.ini deleted file mode 100644 index dfdd3c816c..0000000000 --- a/testing/web-platform/meta/dom/historical.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[historical.html] - prefs: [dom.svg.pathSeg.enabled:false,dom.domrequest.enabled:false] diff --git a/testing/web-platform/meta/dom/idlharness-shadowrealm.window.js.ini b/testing/web-platform/meta/dom/idlharness-shadowrealm.window.js.ini index ab43fe3dca..f729dd7b51 100644 --- a/testing/web-platform/meta/dom/idlharness-shadowrealm.window.js.ini +++ b/testing/web-platform/meta/dom/idlharness-shadowrealm.window.js.ini @@ -116,27 +116,3 @@ [CustomEvent interface: operation initCustomEvent(DOMString, optional boolean, optional boolean, optional any)] expected: FAIL - - [AbortController interface: existence and properties of interface object] - expected: FAIL - - [AbortController interface object length] - expected: FAIL - - [AbortController interface object name] - expected: FAIL - - [AbortController interface: existence and properties of interface prototype object] - expected: FAIL - - [AbortController interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [AbortController interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [AbortController interface: attribute signal] - expected: FAIL - - [AbortController interface: operation abort(optional any)] - expected: FAIL diff --git a/testing/web-platform/meta/dom/nodes/Document-createEvent.https.html.ini b/testing/web-platform/meta/dom/nodes/Document-createEvent.https.html.ini index 7aca171960..b72ffde983 100644 --- a/testing/web-platform/meta/dom/nodes/Document-createEvent.https.html.ini +++ b/testing/web-platform/meta/dom/nodes/Document-createEvent.https.html.ini @@ -45,3 +45,12 @@ expected: if os == "android": PASS PRECONDITION_FAILED + + [TextEvent should be an alias for TextEvent.] + expected: FAIL + + [textevent should be an alias for TextEvent.] + expected: FAIL + + [TEXTEVENT should be an alias for TextEvent.] + expected: FAIL diff --git a/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini new file mode 100644 index 0000000000..be8657be47 --- /dev/null +++ b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html] + [Inserting that uses alternate stylesheets, applies the style during DOM insertion, and before script runs as a result of any atomic insertions] + expected: FAIL diff --git a/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini new file mode 100644 index 0000000000..35a999645c --- /dev/null +++ b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini @@ -0,0 +1,9 @@ +[Node-appendChild-script-and-iframe.tentative.html] + [A script inserted atomically before an iframe (using a div) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes] + expected: FAIL + + [A script inserted atomically before an iframe (using a DocumentFragment) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes] + expected: FAIL + + [A script inserted atomically before an iframe (using a append() with multiple arguments) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes] + expected: FAIL diff --git a/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini new file mode 100644 index 0000000000..a406fbd58b --- /dev/null +++ b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini @@ -0,0 +1,15 @@ +[Node-appendChild-script-and-style.tentative.html] + [An earlier-inserted