blob: acad3c3e64f6cc514456cb6a10e3e246d4b92ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<body>
<script>
assert_true(document.prerendering);
parent.postMessage(
{name: 'crossOriginIsolated', value: self.crossOriginIsolated}, '*');
</script>
</body>
|