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]