slowLoadingResourcePage.html 329 B

123456789101112
  1. <html>
  2. <head>
  3. <title>This page loads something slowly</title>
  4. </head>
  5. <body>
  6. <p id="peas">Simulate the situation where a web-bug or analytics script takes waaay
  7. too long to respond. Normally these things are loaded in an iframe, which is
  8. what we're doing here.</p>
  9. <img src="sleep?time=7"></img>
  10. </body>
  11. </html>