Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCreating a PresentationRequest with an a priori unauthenticated URL in an HTTPS context throws a SecurityError exception.
Asserts run
Pass
assert_throws_dom("SecurityError", function "function createPresentation() {         var request = new PresentationRequest('http://example.org/presentation.html');     }")
    at Test.<anonymous> ( /presentation-api/controlling-ua/PresentationRequest_mixedcontent.https.html:15:9)