mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 613817 - Add crashtest.
This commit is contained in:
parent
1f3281bcbe
commit
06071b80f1
12
layout/base/crashtests/613817-1.svg
Normal file
12
layout/base/crashtests/613817-1.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"><foreignObject id="fo">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="display: -moz-popup;"></div></foreignObject><script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("fo").style.MozAppearance = "menuitem";
|
||||
}
|
||||
|
||||
window.addEventListener("load", boom, false);
|
||||
|
||||
</script></svg>
|
||||
|
After Width: | Height: | Size: 320 B |
@ -374,6 +374,7 @@ load 595039-1.html
|
||||
load 597924-1.html
|
||||
load 606432-1.html
|
||||
load 609821-1.xhtml
|
||||
load 613817-1.svg
|
||||
load 615146-1.html
|
||||
load 615781-1.xhtml
|
||||
load 616495-single-side-composite-color-border.html
|
||||
|
Loading…
Reference in New Issue
Block a user