Files
Kmake/test/fixtures/wpt/hr-time/resources/unload-c.html
2026-05-26 23:36:42 -07:00

14 lines
265 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Helper page for ../unload-manual.html</title>
</head>
<body>
<script src="./unload.js"></script>
<script>
setupListeners("c", null);
</script>
<button id="proceed">Click me, one last time!</button>
</body>
</html>