commit b123712fbb76390e2fb4aa6a40ed41bf85521786 parent 300e786d1b7a96f78679872bd8334e05b7a85cac Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Thu, 16 Oct 2025 21:46:03 +0000 Bug 1994864 [wpt PR 55493] - Update wpt metadata, a=testonly wpt-pr: 55493 wpt-type: metadata Diffstat:
18 files changed, 48 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/meta/event-timing/click.html.ini b/testing/web-platform/meta/event-timing/click.html.ini @@ -1,7 +1,7 @@ [click.html] [Event Timing click.] expected: - if debug and (os == "win"): PASS - if debug and (os == "linux"): PASS if debug and (os == "android"): PASS + if debug and (os == "win") and (processor == "x86"): PASS + if debug and (os == "linux") and fission: PASS [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/contextmenu.html.ini b/testing/web-platform/meta/event-timing/contextmenu.html.ini @@ -4,3 +4,5 @@ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/dblclick.html.ini b/testing/web-platform/meta/event-timing/dblclick.html.ini @@ -8,3 +8,6 @@ if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, FAIL] if (os_version == "11.26100") and not debug and (processor == "x86"): [PASS, FAIL] if os_version == "14.70": [PASS, FAIL] + if debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL] + if debug and (os == "win") and (processor == "x86"): [PASS, FAIL] + if debug and (os == "linux") and fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/keydown.html.ini b/testing/web-platform/meta/event-timing/keydown.html.ini @@ -2,3 +2,5 @@ [Event Timing Keydown.] expected: if (os == "mac") and not debug: [PASS, FAIL] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "linux") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/large-duration-threshold.html.ini b/testing/web-platform/meta/event-timing/large-duration-threshold.html.ini @@ -2,3 +2,4 @@ [PerformanceObserver observes events according to its durationThreshold] expected: if (os == "mac") and not debug: [PASS, FAIL] + if not sessionHistoryInParent and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/min-duration-threshold.html.ini b/testing/web-platform/meta/event-timing/min-duration-threshold.html.ini @@ -3,3 +3,4 @@ expected: if (os == "linux") and not debug and not asan and not tsan: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] + if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/mousedown.html.ini b/testing/web-platform/meta/event-timing/mousedown.html.ini @@ -5,3 +5,5 @@ if (os_version == "14") and not debug and not sessionHistoryInParent: [PASS, FAIL] if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, FAIL] if (os_version == "14.70") and not debug: [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (processor == "x86"): [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/mouseenter.html.ini b/testing/web-platform/meta/event-timing/mouseenter.html.ini @@ -5,3 +5,7 @@ if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL] if (os == "android") and sessionHistoryInParent: [PASS, FAIL] + if debug and (os == "win") and (processor == "x86"): [PASS, FAIL] + if (os == "win") and (processor == "x86_64") and debug: [PASS, FAIL] + if (os == "win") and (processor == "x86_64") and not debug: [PASS, FAIL] + if (os == "linux") and debug and not fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/mouseleave.html.ini b/testing/web-platform/meta/event-timing/mouseleave.html.ini @@ -5,3 +5,6 @@ if debug and (os == "linux") and fission: [PASS, FAIL] if debug and (os == "android") and not sessionHistoryInParent: [PASS, FAIL] if not debug and (processor == "x86_64"): [PASS, FAIL] + if (processor == "x86") and not debug: [PASS, FAIL] + if debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL] + if (os == "linux") and not fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/mouseout.html.ini b/testing/web-platform/meta/event-timing/mouseout.html.ini @@ -6,3 +6,4 @@ if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and not debug: [PASS, FAIL] if os == "mac": [PASS, FAIL] + if fission and debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/mouseover.html.ini b/testing/web-platform/meta/event-timing/mouseover.html.ini @@ -7,3 +7,4 @@ if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL] if os == "mac": [PASS, FAIL] + if (os == "win") and (processor == "x86_64") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/pointerdown.html.ini b/testing/web-platform/meta/event-timing/pointerdown.html.ini @@ -5,3 +5,4 @@ if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL] if os == "mac": [PASS, FAIL] + if debug and (os == "linux") and fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/pointerenter.html.ini b/testing/web-platform/meta/event-timing/pointerenter.html.ini @@ -4,3 +4,5 @@ if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if (os == "android") and not debug: [PASS, FAIL] + if (os == "linux") and not fission: [PASS, FAIL] + if not fission and debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/pointerleave.html.ini b/testing/web-platform/meta/event-timing/pointerleave.html.ini @@ -6,3 +6,4 @@ if (os_version == "14") and not debug and not sessionHistoryInParent: [PASS, FAIL] if (os_version == "11.26100") and not debug: [PASS, FAIL] if os_version == "14.70": [PASS, FAIL] + if (os == "linux") and not fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/pointerout.html.ini b/testing/web-platform/meta/event-timing/pointerout.html.ini @@ -8,3 +8,5 @@ if (os_version == "14.70") and not debug: [PASS, FAIL] if (os == "android") and (version == "14") and debug and not sessionHistoryInParent: [PASS, FAIL] if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] + if (os == "win") and debug and (processor == "x86"): [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/pointerover.html.ini b/testing/web-platform/meta/event-timing/pointerover.html.ini @@ -7,3 +7,5 @@ if fission and (os == "win") and not debug: [PASS, FAIL] if not fission and debug and (os == "linux"): [PASS, FAIL] if not fission and not debug: [PASS, FAIL] + if debug and fission and (os == "win") and (processor == "x86_64"): [PASS, FAIL] + if (os == "linux") and fission and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/pointerup.html.ini b/testing/web-platform/meta/event-timing/pointerup.html.ini @@ -4,3 +4,6 @@ if (os_version == "24.04") and (processor == "x86"): [PASS, FAIL] if (os_version == "14.70") and debug: [PASS, FAIL] if (os_version == "14") and not debug: [PASS, FAIL] + if (os == "linux") and not debug: [PASS, FAIL] + if not debug and (os == "win") and (processor == "x86"): [PASS, FAIL] + if not debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL] diff --git a/testing/web-platform/meta/event-timing/target-selector.tentative.html.ini b/testing/web-platform/meta/event-timing/target-selector.tentative.html.ini @@ -0,0 +1,15 @@ +[target-selector.tentative.html] + [Test with target that has an ID] + expected: FAIL + + [Test with simple target (no id)] + expected: FAIL + + [Test with image target with id and src] + expected: FAIL + + [Test with image target with src only] + expected: FAIL + + [Test with disconnected target] + expected: FAIL