haikuwebkit/LayoutTests/fast/custom-elements/resources/navigation-destination.html

10 lines
123 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Navigated!</p>
<script>
parent.postMessage('didNavigate', '*');
</script>
</body>
</html>