mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add a crashtest
This commit is contained in:
parent
324928fb4e
commit
ddc9804bde
12
content/xul/content/crashtests/386947-1.xul
Normal file
12
content/xul/content/crashtests/386947-1.xul
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
style="background-color: red" onload="boom();">
|
||||
|
||||
<script><![CDATA[
|
||||
|
||||
function boom() {
|
||||
document.documentElement.style.MozBinding = "url('#t')";
|
||||
}
|
||||
|
||||
]]></script>
|
||||
</window>
|
@ -6,3 +6,4 @@ load 336096-1.xhtml
|
||||
load 354611-1.html
|
||||
load 360078-1.xhtml
|
||||
load 363791-1.xul
|
||||
load 386947-1.xul
|
||||
|
Loading…
Reference in New Issue
Block a user