mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
9 lines
131 B
HTML
9 lines
131 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Navigated!</p>
|
|
<script>
|
|
parent.postMessage('didNavigate', '*');
|
|
</script>
|
|
</body>
|
|
</html>
|