mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
a194b9479d
commit
d29314969d
28
layout/base/crashtests/344340-1.xul
Normal file
28
layout/base/crashtests/344340-1.xul
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user