Summary

Harness status: OK

Found 4 tests

Details

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