Source code
Revision control
Copy as Markdown
Other Tools
[activate-after.https.window.html]
expected:
if (os == "win") and debug: [OK, TIMEOUT]
if (os == "linux") and debug: [OK, TIMEOUT]
if os == "android": OK
TIMEOUT
[fetchLater() sends out based on activateAfter.]
expected:
if (os == "win") and debug: [FAIL, TIMEOUT]
if (os == "linux") and debug: [FAIL, TIMEOUT]
if os == "android": FAIL
TIMEOUT
[fetchLater() sends out based on activateAfter, even if document is in BFCache.]
expected: FAIL