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

8 lines
159 B
HTML

<!doctype html>
<body>
<script>
window.parent.postMessage(`document.prerendering: ${document.prerendering}`,
'*');
</script>
</body>