gecko-dev/layout/style/crashtests/1401256.html
J. Ryan Stinnett 7c2bd5ab17 Bug 1401256 - Crashtest for animating lengths. r=heycam
MozReview-Commit-ID: HiVfx9cg4ZZ
2017-09-21 18:22:46 -05:00

5 lines
151 B
HTML

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