Bug 1401256 - Crashtest for animating lengths. r=heycam draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Wed, 20 Sep 2017 13:11:40 -0500
changeset 668730 972019a512f56d5a5de3de66e5a5a7466cb5b354
parent 668729 443fe7c5dd42bb6207fb778f58f94354d19fac28
child 732764 21d7a6a743ebce241fbcc73512f68c029bb06fd8
push id81110
push userbmo:jryans@gmail.com
push dateThu, 21 Sep 2017 23:23:35 +0000
reviewersheycam
bugs1401256
milestone58.0a1
Bug 1401256 - Crashtest for animating lengths. r=heycam MozReview-Commit-ID: HiVfx9cg4ZZ
layout/style/crashtests/1401256.html
layout/style/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/layout/style/crashtests/1401256.html
@@ -0,0 +1,5 @@
+<script>
+  let o1 = document.createElement('p');
+  document.documentElement.appendChild(o1);
+  o1.animate({'minWidth':['-moz-max-content']});
+</script>
\ No newline at end of file
--- a/layout/style/crashtests/crashtests.list
+++ b/layout/style/crashtests/crashtests.list
@@ -217,8 +217,9 @@ load 1397439-1.html
 load 1395719.html
 load 1397091.html
 load 1398479.html
 load 1398581.html
 load 1400035.html
 load 1399546.html
 load 1400325.html
 load 1400926.html
+load 1401256.html