summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/page-visibility/resources/iframe.html
blob: e08acb827ab36e7e660e0f06f24c85db90202369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
<head><title>Document</title></head>
<body>
<h1>Document</h1>
<script>
onload = function() {
  parent.startTest();
}
</script>
</body>
</html>