summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/hr-time/resources/unload-b.html
blob: 7c2d90df275fbc15f79d71fa2c57131fb7f99a5d (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("b", "./unload-c.html");
  </script>
  <button id="proceed">Click me again!</button>
</body>
</html>