Source code

Revision control

Copy as Markdown

Other Tools

[hidden_document.html]
expected:
if (os == "linux") and asan and fission: [OK, TIMEOUT]
if (os == "linux") and not asan and not fission: [OK, TIMEOUT]
if os == "android": ERROR
[hidden documents must not unlock the screen orientation]
expected:
if asan and fission: [FAIL, TIMEOUT]
if not asan and not fission: [FAIL, TIMEOUT]
FAIL
[Once maximized, a minimized window can lock or unlock the screen orientation again]
expected:
if asan and fission: [FAIL, NOTRUN]
if not asan and not fission: [FAIL, NOTRUN]
FAIL