From 0187771f8a200602cbb6504f22ce220da2ed11a7 Mon Sep 17 00:00:00 2001 From: Cristian Tuns Date: Thu, 28 Mar 2024 12:43:53 -0400 Subject: [PATCH] Bug 1888286 - Set event-global.html as intermittent on linux, windows and mac. CLOSED TREE --- testing/web-platform/meta/dom/events/event-global.html.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/web-platform/meta/dom/events/event-global.html.ini b/testing/web-platform/meta/dom/events/event-global.html.ini index 74374ea2a1e0..a4fa360002b8 100644 --- a/testing/web-platform/meta/dom/events/event-global.html.ini +++ b/testing/web-platform/meta/dom/events/event-global.html.ini @@ -1,7 +1,7 @@ [event-global.html] [window.event is set to the current event, which is the event passed to dispatch (2)] expected: - if not debug and (os == "linux") and not asan and not tsan: FAIL - if not debug and (os == "win"): FAIL - if not debug and (os == "mac"): FAIL + if not debug and (os == "linux") and not asan and not tsan: [FAIL, PASS] + if not debug and (os == "win"): [FAIL, PASS] + if not debug and (os == "mac"): [FAIL, PASS] if not debug and (os == "android"): [FAIL, PASS]