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