зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f3c33019da
Коммит
58eb5ce434
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче