Bug 365151 - crashtest

This commit is contained in:
Nickolay Ponomarev 2013-01-26 21:28:55 +01:00
parent adb8388228
commit 1fb099a691
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="boom()">
<script>
function boom()
{
var tree = document.getElementById("tree");
var col = tree.treeBoxObject.columns.getFirstColumn();
var treecols = document.getElementById("treecols");
treecols.parentNode.removeChild(treecols);
var x = col.x;
}
</script>
<tree rows="6" id="tree">
<treecols id="treecols">
<treecol id="firstname" label="First Name"/>
</treecols>
<treechildren id="treechildren">
<treeitem>
<treerow>
<treecell label="Bob"/>
</treerow>
</treeitem>
</treechildren>
</tree>
</window>

View File

@ -28,6 +28,7 @@ load 346083-1.xul
load 346281-1.xul
load 350460.xul
load 360642-1.xul
load 365151.xul
load 366112-1.xul
load 369942-1.xhtml
load 374102-1.xul