Bug 1920238 - mark as passing a subtest in activation-behavior.window.html for windows11. r=aryx,Sasha

Differential Revision: https://phabricator.services.mozilla.com/D223674
This commit is contained in:
Iulian Moraru 2024-09-26 10:39:10 +00:00
parent c0983f0bd5
commit 01e9e6fadb

View File

@ -2,4 +2,4 @@
[<a> that is not connected should be followed]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "win") and os_version == '11.2009' and bits == 64 and not debug: FAIL
if (os == "win") and os_version == '11.2009' and bits == 64 and not debug: [FAIL, PASS]