Pass | navigator.locks.request() in non-sandboxed iframe should not throw | Asserts runPass | assert_equals("no exception", "no exception", "navigator.locks.request() should not throw")
at Test.<anonymous> ( /web-locks/opaque-origin.https.html:60:3) |
|
Pass | navigator.locks.request() in sandboxed iframe should throw SecurityError | Asserts runPass | assert_equals("SecurityError", "SecurityError", "Exception should be SecurityError")
at Test.<anonymous> ( /web-locks/opaque-origin.https.html:68:3) |
|
Pass | navigator.locks.query() in non-sandboxed iframe should not throw | Asserts runPass | assert_equals("no exception", "no exception", "navigator.locks.request() should not throw")
at Test.<anonymous> ( /web-locks/opaque-origin.https.html:76:3) |
|
Pass | navigator.locks.query() in sandboxed iframe should throw SecurityError | Asserts runPass | assert_equals("SecurityError", "SecurityError", "Exception should be SecurityError")
at Test.<anonymous> ( /web-locks/opaque-origin.https.html:84:3) |
|