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

- old
+ new

@@ -1,5 +1,5 @@ -<html> - <body onload="setTimeout(function() { alert('hello world!'); }, 2000);"> - <div id="text">There is an alert over this text!</div> - </body> +<html> + <body onload="setTimeout(function() { alert('hello world!'); }, 2000);"> + <div id="text">There is an alert over this text!</div> + </body> </html> \ No newline at end of file