mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-10-28 15:05:58 +02:00
Bug 1975625 - Remove ini file as it's passing on all platforms. a=test-only DONTBUILD
This commit is contained in:
parent
f3e1131b48
commit
f14b24f20b
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue