commit 34231c8c97ff6fb973d41e4aaabf11d32f5b0068 parent 20ca876837e63843d6f30457fb75e0704c9d1c20 Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Wed, 22 Oct 2025 19:47:16 +0000 Bug 1995782 [wpt PR 55592] - Update wpt metadata, a=testonly wpt-pr: 55592 wpt-type: metadata Diffstat:
8 files changed, 45 insertions(+), 5 deletions(-)
diff --git a/testing/web-platform/meta/css/css-conditional/container-queries/idlharness.html.ini b/testing/web-platform/meta/css/css-conditional/container-queries/idlharness.html.ini @@ -0,0 +1,21 @@ +[idlharness.html] + [CSSSupportsConditionRule interface: existence and properties of interface object] + expected: FAIL + + [CSSSupportsConditionRule interface object length] + expected: FAIL + + [CSSSupportsConditionRule interface object name] + expected: FAIL + + [CSSSupportsConditionRule interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSSupportsConditionRule interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSSupportsConditionRule interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSSupportsConditionRule interface: attribute name] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-view-transitions/idlharness.html.ini b/testing/web-platform/meta/css/css-view-transitions/idlharness.html.ini @@ -79,3 +79,12 @@ [Element interface: attribute activeViewTransition] expected: FAIL + + [ViewTransition interface: operation waitUntil(Promise<any>)] + expected: FAIL + + [ViewTransition interface: document.startViewTransition() must inherit property "waitUntil(Promise<any>)" with the proper type] + expected: FAIL + + [ViewTransition interface: calling waitUntil(Promise<any>) on document.startViewTransition() with too few arguments must throw TypeError] + expected: FAIL diff --git a/testing/web-platform/meta/event-timing/idlharness.any.js.ini b/testing/web-platform/meta/event-timing/idlharness.any.js.ini @@ -4,6 +4,9 @@ if os == "win": [OK, TIMEOUT] [idlharness.any.html] + [PerformanceEventTiming interface: attribute targetSelector] + expected: FAIL + [idlharness.any.sharedworker.html] diff --git a/testing/web-platform/meta/event-timing/idlharness.window.js.ini b/testing/web-platform/meta/event-timing/idlharness.window.js.ini @@ -0,0 +1,3 @@ +[idlharness.window.html] + [PerformanceEventTiming interface: attribute targetSelector] + expected: FAIL diff --git a/testing/web-platform/meta/html/dom/idlharness.https.html.ini b/testing/web-platform/meta/html/dom/idlharness.https.html.ini @@ -795,9 +795,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [idlharness.https.html?include=(Document|Window)] - [Window interface: attribute navigation] - expected: FAIL - [Window interface: window must inherit property "navigation" with the proper type] expected: if not sessionHistoryInParent: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/classic/new_session/unhandled_prompt_behavior.py.ini b/testing/web-platform/meta/webdriver/tests/classic/new_session/unhandled_prompt_behavior.py.ini @@ -0,0 +1,3 @@ +[unhandled_prompt_behavior.py] + expected: + if (display == "wayland") and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/Close-1000-verify-code.any.js.ini b/testing/web-platform/meta/websockets/Close-1000-verify-code.any.js.ini @@ -5,6 +5,8 @@ if (os == "android") and fission: [OK, TIMEOUT] [Close-1000-verify-code.any.worker.html?wpt_flags=h2] + expected: + if (os == "win") and (processor == "x86_64"): [OK, CRASH] [Close-1000-verify-code.any.worker.html?wss] expected: diff --git a/testing/web-platform/meta/websockets/interfaces/CloseEvent/clean-close.html.ini b/testing/web-platform/meta/websockets/interfaces/CloseEvent/clean-close.html.ini @@ -1,5 +1,7 @@ [clean-close.html?wpt_flags=h2] -[clean-close.html] - [clean-close.html?wss] + +[clean-close.html?default] + expected: + if (os == "win") and (processor == "x86_64"): [OK, CRASH]