Bug 1975625 - Remove ini file as it's passing on all platforms. a=test-only DONTBUILD

This commit is contained in:
Cosmin Sabou 2025-07-05 03:00:38 +03:00 committed by csabou@mozilla.com
parent f3e1131b48
commit f14b24f20b

View file

@ -1,10 +0,0 @@
[non-fully-active.https.html]
expected:
if os == "win": [TIMEOUT, OK]
if (os == "android") and not fission: [OK, TIMEOUT]
TIMEOUT
[Permission change events shouldn't fire on non-fully active document]
expected:
if os == "win": [TIMEOUT, PASS]
if (os == "android") and not fission: [PASS, TIMEOUT]
TIMEOUT