mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
13 lines
263 B
HTML
13 lines
263 B
HTML
<!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>
|