mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
10 lines
285 B
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> |