commit ee96e7d006ef2824cc4aa89e24fe583e0da4a1b3
parent 947804ef2a98703a99b5e4baf7b0ad5dac0ec0a3
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date: Thu, 2 Oct 2025 18:44:17 +0000
Bug 1990579 [wpt PR 55047] - Update wpt metadata, a=testonly
wpt-pr: 55047
wpt-type: metadata
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/meta/event-timing/mouseup.html.ini b/testing/web-platform/meta/event-timing/mouseup.html.ini
@@ -5,3 +5,4 @@
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "14.70") and not debug: [PASS, FAIL]
if (os_version == "11.26100") and not debug: [PASS, FAIL]
+ if not debug and (os == "linux"): [PASS, FAIL]
diff --git a/testing/web-platform/meta/event-timing/pointerout.html.ini b/testing/web-platform/meta/event-timing/pointerout.html.ini
@@ -6,3 +6,5 @@
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "24.04") and (processor == "x86"): [PASS, FAIL]
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]