Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
resource-timing
/
resources
/
document-navigated.html
blob: bedae770824a3cb520ae19aae9dc6626925d1451 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
"utf-8"
/>
</head>
<body>
Navigated document!
<script>
top
.
postMessage
(
"navigated"
,
"*"
);
</script>
</body>
</html>