summaryrefslogtreecommitdiff
path: root/test/js/sleepy-async.html
blob: b94997f059684836280c47ec40f6fd4351932e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>