Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[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>