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