blob: 5ad42da958af9b3457494bdf7d5bc6846d6468b7 (
plain)
1
2
3
4
5
6
7
8
|
[abort-refresh-multisecond-header.window.html]
disabled:
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1780219
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
[document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (XMLHttpRequest)]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
|