Files
servo/tests/wpt/web-platform-tests/speculation-rules/prerender/resources/cross-origin-isolated-iframe.https.html

10 lines
285 B
HTML

<!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>