Sleepy JS test, handy to alt+f4 during load to check shutdown

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-06-15 21:09:49 +01:00
parent 5c0eee43e2
commit 1d5a024a68

13
test/js/sleepy-async.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<title>
Async sleepy script
</title>
</head>
<body>
This page is loading a sleepy async script.
Do not expect it to do anything useful.
<script src="https://test.netsurf-browser.org/cgi-bin/sleep.cgi" type="text/javascript" async></script>
</body>
</html>