This crashtest has not been evaluated by the FDA. It is not intended to diagnose, treat, cure, or prevent any disease.

This commit is contained in:
jruderman@hmc.edu 2007-12-19 14:55:55 -08:00
parent a194b9479d
commit d29314969d
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(foopy, 30);" class="reftest-wait">
<script>
<![CDATA[
var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
function foopy()
{
var hbox = document.createElementNS(XUL_NS, 'hbox');
var tooltip = document.createElementNS(XUL_NS, 'tooltip');
var vbox = document.createElementNS(XUL_NS, 'vbox');
var toolbarspring = document.createElementNS(XUL_NS, 'toolbarspring');
document.documentElement.appendChild(hbox);
hbox.appendChild(toolbarspring);
vbox.appendChild(tooltip);
toolbarspring.appendChild(vbox);
document.documentElement.removeAttribute("class");
}
]]>
</script>
</window>

View File

@ -22,6 +22,7 @@ load 337419-1.html
load 337476-1.xul
load 339651-1.html
load 343540-1.html
load 344340-1.xul
load 348688-1.html
load 348708-1.xhtml
load 349095-1.xhtml