Sign in
webkit
/
WebKit
/
f5cff73c0138e99cbf55df097bc375a3de473a01
/
.
/
LayoutTests
/
fast
/
custom-elements
/
resources
/
navigation-destination.html
blob: ede8d2c6eb13ea0d8b633780160811559e283950 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Navigated!
</p>
<script>
parent
.
postMessage
(
'didNavigate'
,
'*'
);
</script>
</body>
</html>