Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / gfx / thebes / crashtests / 395335-1.xhtml
blobd9b73edc160c4c54303951265b321ffd874ae0e2
1 <html xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4 <head>
5 <script>
7 function boom()
9 document.getElementById("tree").firstChild.data = "xyz";
12 </script>
13 </head>
15 <body onload="boom();">
17 <xul:tree id="tree">a</xul:tree>
19 </body>
20 </html>