mirror of
https://github.com/servo/servo
synced 2026-05-14 02:47:14 +02:00
8 lines
159 B
HTML
8 lines
159 B
HTML
<!doctype html>
|
|
<body>
|
|
<script>
|
|
window.parent.postMessage(`document.prerendering: ${document.prerendering}`,
|
|
'*');
|
|
</script>
|
|
</body>
|