mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784061: add crashtest for this WORKSFORME bug. r=longsonr
This commit is contained in:
parent
04c7908b09
commit
da9265efff
16
layout/svg/crashtests/784061-1.svg
Normal file
16
layout/svg/crashtests/784061-1.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
class="reftest-wait">
|
||||
|
||||
<defs><path id="x"/></defs>
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("x").style.transform = "translate(0px)";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
window.addEventListener("load", boom, false);
|
||||
</script>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 315 B |
@ -136,5 +136,6 @@ load 767056-1.svg
|
||||
load 768351.svg
|
||||
load 780963-1.html
|
||||
load 757751-1.svg
|
||||
load 784061-1.svg
|
||||
load 790072.svg
|
||||
load 791826-1.svg
|
||||
|
Loading…
Reference in New Issue
Block a user