mirror of
https://github.com/servo/servo.git
synced 2025-10-11 14:00:28 +01:00
7 lines
159 B
HTML
7 lines
159 B
HTML
<!doctype html>
|
|
<body>
|
|
<script>
|
|
window.parent.postMessage(`document.prerendering: ${document.prerendering}`,
|
|
'*');
|
|
</script>
|
|
</body>
|