basic-popup-and-iframe-tests.https.html (588B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test Window.isSecureContext for HTTPS creator</title> 6 <meta name="help" href="https://w3c.github.io/webappsec-secure-contexts/#monkey-patching-global-object"> 7 <meta name="author" title="Jonathan Watt" href="https://jwatt.org/"> 8 <script src=/resources/testharness.js></script> 9 <script src=/resources/testharnessreport.js></script> 10 <script src="server-locations.sub.js"></script> 11 <script src="basic-popup-and-iframe-tests.https.js"></script> 12 </head> 13 <body onload="begin();"> 14 </body> 15 </html>