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