test/delay/page.html in bauxite-0.6.18 vs test/delay/page.html in bauxite-0.6.19

- old
+ new

@@ -1,5 +1,5 @@ -<html> - <body onload="setTimeout(function() { document.getElementById('label').innerHTML = 'done!'; }, 3000);"> - <div id="label">not yet!</div> - </body> +<html> + <body onload="setTimeout(function() { document.getElementById('label').innerHTML = 'done!'; }, 3000);"> + <div id="label">not yet!</div> + </body> </html> \ No newline at end of file