Bug 1393189 part 6 - Add crashtest for this bug. r=heycam

MozReview-Commit-ID: 1DbP4Hs7tc2

--HG--
extra : rebase_source : 64e9c5bd849fc2f8be2b30829baa76f44f699d47
This commit is contained in:
Xidorn Quan 2017-08-29 17:13:34 +10:00
Родитель f3c33019da
Коммит 58eb5ce434
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -204,6 +204,7 @@ 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