Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCreating a PresentationRequest with a set of URLs containing 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([           'presentation.html',           'http://example.org/presentation.html'         ]);     }")
    at Test.<anonymous> ( /presentation-api/controlling-ua/PresentationRequest_mixedcontent_multiple.https.html:18:9)