Sign in
webkit
/
WebKit
/
e88e2dd4644472487afbe4c7f358ad5203d11daa
/
.
/
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>