summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/399219-1.xhtml
blob: cfee208ea7657e540e3bdae1418eac0b9a47303c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
<script>
function boom()
{
  document.getElementById("div").style.display = "none";
  document.documentElement.style.display = "-moz-inline-box";
}
</script>
</head>
<body onload="boom();">

<xul:treeitem style="display: -moz-inline-box;"><xul:hbox><span><div id="div"></div></span></xul:hbox></xul:treeitem>

</body>
</html>