mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 365151 - crashtest
This commit is contained in:
parent
adb8388228
commit
1fb099a691
35
layout/xul/base/src/crashtests/365151.xul
Normal file
35
layout/xul/base/src/crashtests/365151.xul
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user