nested-documents.html.ini (588B)
1 [nested-documents.html] 2 expected: 3 if (os == "mac") and debug: [ERROR, TIMEOUT] 4 if (os == "mac") and not debug: [ERROR, TIMEOUT] 5 ERROR 6 [Requesting orientation lock from one document cancels the lock request from another document] 7 expected: 8 if (os == "mac") and debug: [FAIL, TIMEOUT] 9 if (os == "mac") and not debug: [FAIL, TIMEOUT] 10 FAIL 11 12 [The orientation lock from one document affects lock requests from other documents] 13 expected: 14 if (os == "mac") and debug: [FAIL, NOTRUN] 15 if (os == "mac") and not debug: [FAIL, NOTRUN] 16 FAIL