summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/hr-time/resources/unload-a.html
blob: 40c1d061830e6fd36d740ba49f5252b8b00bc813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <title>Helper page for ../unload-manual.html</title>
</head>
<body>
  <script src="./unload.js"></script>
  <script>
    setupListeners("a", "./unload-b.html");
  </script>
  <button id="proceed">Click me!</button>
</body>
</html>