Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / gfx / thebes / crashtests / 377461-1.xhtml
blobadeaaaccfc67dbf4c25140bd56688778ff124c8d
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script>
4 function boom()
6 var div = document.getElementById("div");
7 div.textContent = "\uFDDE\r\uFDDE";
10 </script>
11 </head>
13 <body onload="boom();">
14 <div id="div"></div>
15 </body>
16 </html>