mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtests for bug 466585 and bug 451311
This commit is contained in:
parent
f0cdd2c084
commit
6aa5e7bd59
1
content/xul/content/crashtests/451311-1.xul
Normal file
1
content/xul/content/crashtests/451311-1.xul
Normal file
@ -0,0 +1 @@
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><iframe/></overlay>
|
@ -10,4 +10,5 @@ load 384740-1.xul
|
||||
load 386947-1.xul
|
||||
load 425821-1.xul
|
||||
load 429085-1.xhtml
|
||||
load 451311-1.xul
|
||||
load 461917-1.xhtml
|
||||
|
17
layout/svg/crashtests/466585-1.svg
Normal file
17
layout/svg/crashtests/466585-1.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
window.addEventListener("load", boom, false);
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("rect").setAttribute("filter", "url(#filter)");
|
||||
document.getElementById("defs").setAttribute("fill", "red");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<defs id="defs"><filter id="filter"/><rect id="rect"/></defs>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 361 B |
@ -58,5 +58,6 @@ load 453754-1.svg
|
||||
load 455314-1.xhtml
|
||||
load 458453.html
|
||||
load 464374-1.svg
|
||||
load 466585-1.svg
|
||||
load 470124-1.svg
|
||||
load extref-test-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user