Bug 1401256 - Crashtest for animating lengths. r=heycam

MozReview-Commit-ID: HiVfx9cg4ZZ
This commit is contained in:
J. Ryan Stinnett 2017-09-20 13:11:40 -05:00
Родитель d5e79945ae
Коммит 7c2bd5ab17
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
<script>
let o1 = document.createElement('p');
document.documentElement.appendChild(o1);
o1.animate({'minWidth':['-moz-max-content']});
</script>

Просмотреть файл

@ -222,3 +222,4 @@ load 1400035.html
load 1399546.html
load 1400325.html
load 1400926.html
load 1401256.html