summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resource-timing/resources/document-navigated.html
blob: bedae770824a3cb520ae19aae9dc6626925d1451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
  Navigated document!
<script>
  top.postMessage("navigated", "*");
</script>
</body>
</html>