mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest
This commit is contained in:
parent
a93750cea6
commit
522d0fa6f1
19
layout/generic/crashtests/385885-1.xul
Normal file
19
layout/generic/crashtests/385885-1.xul
Normal file
@ -0,0 +1,19 @@
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="boom()">
|
||||
|
||||
<script>
|
||||
<![CDATA[
|
||||
|
||||
function boom()
|
||||
{
|
||||
var de = document.documentElement;
|
||||
|
||||
de.style.MozBinding = "url('data:text/xml,<bindings xmlns=%22http://www.mozilla.org/xbl%22><binding id=%22foo%22><content></content></binding></bindings>')";
|
||||
|
||||
document.removeChild(de);
|
||||
document.appendChild(de);
|
||||
}
|
||||
|
||||
]]>
|
||||
</script>
|
||||
|
||||
</window>
|
@ -54,6 +54,7 @@ load 385265-1.xhtml
|
||||
load 385295-1.xhtml
|
||||
load 385414-1.html
|
||||
load 385414-2.html
|
||||
load 385885-1.xul
|
||||
load 386799-1.html
|
||||
load 386807-1.html
|
||||
load 386812-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user