summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resource-timing/resources/document-that-navigates.html
blob: a59e9f3ab2b78349fc5c5755f7289bbdc04a4203 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<script>
  location.href="document-navigated.html";
</script>
</body>
</html>