Source code

Revision control

Copy as Markdown

Other Tools

[activate-after.tentative.https.window.html]
expected:
if (os == "linux") and debug and fission: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64"): TIMEOUT
if (os == "linux") and not debug: TIMEOUT
if os == "android": OK
[TIMEOUT, OK]
[fetchLater() sends out based on activateAfter.]
expected:
if (os == "linux") and debug and fission: [FAIL, TIMEOUT]
if (os == "win") and (processor == "x86_64"): TIMEOUT
if (os == "linux") and not debug: TIMEOUT
if os == "android": FAIL
[TIMEOUT, FAIL]
[fetchLater() sends out based on activateAfter, even if document is in BFCache.]
expected: FAIL