Bug 1156969 - Add a crashtest. r=me

This commit is contained in:
Mats Palmgren 2018-06-08 20:56:04 +02:00
parent f6891649f8
commit 2b56a17279
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg">
<circle id="x" r="10" style="transition-duration: 1ms;" />
<script>
window.addEventListener("load", function() {
document.getElementById("x").style.MozTransform = "matrix(1, 2, 3, 4, 5, 6%)";
}, false)
</script>
</svg>

After

Width:  |  Height:  |  Size: 300 B

View File

@ -119,6 +119,7 @@ pref(dom.webcomponents.shadowdom.enabled,true) load 1089463-1.html
load 1136010-1.html
load 1146101-1.html
load 1153693-1.html
load 1156969.svg
load 1161320-1.html
pref(dom.animations-api.core.enabled,true) load 1161320-2.html
load 1161366-1.html