Bug 784061: add crashtest for this WORKSFORME bug. r=longsonr

This commit is contained in:
Daniel Holbert 2012-11-02 15:23:18 -07:00
parent 04c7908b09
commit da9265efff
2 changed files with 17 additions and 0 deletions

View 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

View File

@ -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