summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/measure-memory/resources/window.secret.sub.html
blob: 99d9d1251b28e0a91633a0f162ffc6bfc306ec26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<meta charset="utf-8">
<html>
<script src="/common/get-host-info.sub.js"></script>
<script src="./common.js"></script>
<script>
window.onload = function () {
  setTimeout(setupChild, 0);
}
</script>
<body>
  Hello from the secrect window: <span id="title"></span>
</body>
</html>