Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
resource-timing
/
resources
/
document-that-navigates.html
blob: a59e9f3ab2b78349fc5c5755f7289bbdc04a4203 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
"utf-8"
/>
</head>
<body>
<script>
location
.
href
=
"document-navigated.html"
;
</script>
</body>
</html>