зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1401256 - Crashtest for animating lengths. r=heycam
MozReview-Commit-ID: HiVfx9cg4ZZ
This commit is contained in:
Родитель
d5e79945ae
Коммит
7c2bd5ab17
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче