blob: 457a8a2f6a0709dc7b96277b31f8fcd841c74b73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[abort-refresh-multisecond-meta.window.html]
disabled:
if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1780219
[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (XMLHttpRequest)]
expected:
if debug and (os == "linux") and not fission: ["PASS", "FAIL"]
[document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (fetch())]
expected:
if debug and (os == "linux") and not fission: ["PASS", "FAIL"]
|