Bug 1393189 part 6 - Add crashtest for this bug. r?heycam draft
authorXidorn Quan <me@upsuper.org>
Tue, 29 Aug 2017 17:13:34 +1000
changeset 656375 89854592373b96392da0e7151e2ff161b6f5f927
parent 656374 5a5281dd3a9157f787faf93daa46b8c4d57fd548
child 729117 632a519c496213357432c24453e99ff4599ca085
push id77188
push userxquan@mozilla.com
push dateThu, 31 Aug 2017 04:04:58 +0000
reviewersheycam
bugs1393189
milestone57.0a1
Bug 1393189 part 6 - Add crashtest for this bug. r?heycam MozReview-Commit-ID: 1DbP4Hs7tc2
layout/style/crashtests/1393189.html
layout/style/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/layout/style/crashtests/1393189.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+@keyframes x {
+  0% {
+     list-style-type: c;
+  }
+}
+div {
+  animation-name: x;
+  list-style-type: t;
+}
+</style>
+<div></div>
--- a/layout/style/crashtests/crashtests.list
+++ b/layout/style/crashtests/crashtests.list
@@ -199,11 +199,12 @@ load 1383981-2.html
 load 1383981-3.html
 load 1384824-1.html
 load 1384824-2.html
 load 1386773.html
 load 1387481-1.html
 load 1387499.html
 load 1388234.html
 load 1391577.html
+load 1393189.html
 load 1393580.html
 load 1389645.html
 load 1393791.html