Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / gfx / thebes / crashtests / 394246-1.html
blobe09facb8b283abc7cb97e81e25f9414607f17338
1 <html>
2 <head>
3 <script>
4 function boom()
6 var div = document.getElementById("div");
7 div.innerHTML = div.innerHTML.slice(1);
9 </script>
10 </head>
11 <body onload="boom();">
13 <div id="div">t
14 &#769;</div>
16 </body></html>