hidden_document.html.ini (575B)
1 [hidden_document.html] 2 expected: 3 if (os == "linux") and asan and fission: [OK, TIMEOUT] 4 if (os == "linux") and not asan and not fission: [OK, TIMEOUT] 5 if os == "android": ERROR 6 [hidden documents must not unlock the screen orientation] 7 expected: 8 if asan and fission: [FAIL, TIMEOUT] 9 if not asan and not fission: [FAIL, TIMEOUT] 10 FAIL 11 12 [Once maximized, a minimized window can lock or unlock the screen orientation again] 13 expected: 14 if asan and fission: [FAIL, NOTRUN] 15 if not asan and not fission: [FAIL, NOTRUN] 16 FAIL