Skip to content

Instantly share code, notes, and snippets.

@spullara
Created June 22, 2010 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spullara/448067 to your computer and use it in GitHub Desktop.
Save spullara/448067 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Timeout Test</title>
</head>
<body>
<div>Header</div>
<div id='timeout1'></div>
<div id='timeout2'></div>
This took 13 to run.<br>
This took 48 to run.<br>
<div>Footer</div>
<script>document.getElementById('timeout2').innerHTML = 'This took 470 to run.<br>\n ';</script><script>document.getElementById('timeout1').innerHTML = 'This took 231 to run.<br>\n ';</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment