Source code

Revision control

Copy as Markdown

Other Tools

[active-lock.html]
expected:
if os == "android": [OK, TIMEOUT]
ERROR
[Performing a fragment navigation must not abort the screen orientation change]
expected:
if os == "android": PASS
FAIL
[Performing a fragment navigation within an iframe must not abort the lock promise]
expected:
if os == "android": [PASS, TIMEOUT]
FAIL
[Unloading an iframe by navigating it must abort the lock promise]
expected:
if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [TIMEOUT, FAIL]
if (os == "linux") and debug and fission: FAIL
if (os == "win") and debug: [TIMEOUT, FAIL]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and debug: [TIMEOUT, FAIL]
if os == "android": [PASS, NOTRUN]
[FAIL, TIMEOUT]