blob: b822888d46f27546650a47f1c4a22a4391601422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[nested-documents.html]
expected:
if (os == "android") and not fission: OK
if (os == "android") and fission: [OK, TIMEOUT, ERROR]
ERROR
[Requesting orientation lock from one document cancels the lock request from another document]
expected:
if os == "android": PASS
FAIL
[The orientation lock from one document affects lock requests from other documents]
expected:
if os == "android": PASS
NOTRUN
|