Bug 1374175 - Return no damage if there is no display property changes. r?heycam draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Thu, 29 Jun 2017 13:22:42 -0700
changeset 605024 655330d280c2e3d923c3b93c3420f1946b15a8df
parent 605023 40ac529f9ea07b7e75f81e214d5598dfd8a0a0ae
child 636371 10cf23d4fd81c65c9cdcc748b932091dcd7c0475
push id67275
push userhikezoe@mozilla.com
push dateThu, 06 Jul 2017 22:35:49 +0000
reviewersheycam
bugs1374175
milestone56.0a1
Bug 1374175 - Return no damage if there is no display property changes. r?heycam MozReview-Commit-ID: 8VUu7UcnMmb
layout/style/crashtests/1374175-1.html
layout/style/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/layout/style/crashtests/1374175-1.html
@@ -0,0 +1,12 @@
+<style>
+@keyframes anim {
+  from { color: red }
+}
+input {
+  animation: anim 1s;
+}
+</style>
+<script>
+  input=document.createElement('input');
+  document.documentElement.appendChild(input);
+</script>
--- a/layout/style/crashtests/crashtests.list
+++ b/layout/style/crashtests/crashtests.list
@@ -166,13 +166,14 @@ HTTP load 1320423-1.html
 load 1321357-1.html
 load 1328535-1.html
 load 1331272.html
 HTTP load 1333001-1.html
 pref(dom.animations-api.core.enabled,true) load 1340344.html
 load 1342316-1.html
 load 1356601-1.html
 load 1370793-1.xhtml
+load 1374175-1.html
 load content-only-on-link-before.html
 load content-only-on-visited-before.html
 load 1375812-1.html
 load 1377053-1.html
 load 1377256-1.html