insecure-context.tentative.http.html (287B)
1 <!doctype html> 2 <body> 3 <script src=/resources/testharness.js></script> 4 <script src=/resources/testharnessreport.js></script> 5 <script> 6 test(t => { 7 assert_equals(window.sharedStorage, undefined); 8 }, 'test window.sharedStorage in insecure context'); 9 </script> 10 </body>