Bug 414170. Add crashtest.

This commit is contained in:
Timothy Nikkel 2012-06-13 11:41:42 -05:00
parent 29e57e06fc
commit 291ec827e5
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="boom();">
<script type="text/javascript">
function boom()
{
var option = document.createElementNS("http://www.w3.org/1999/xhtml", "option");
document.getElementById("tc").appendChild(option);
}
</script>
<tree><treechildren id="tc"><hbox/></treechildren></tree>
</window>

View File

@ -12,6 +12,7 @@ load 399227-2.xul
load 399692-1.xhtml
load 399715-1.xhtml
load 409807-1.xul
load 414170-1.xul
load 430394-1.xul
load 454186-1.xul
load 479931-1.xhtml