gecko-dev/layout/style/crashtests/1393189.html

14 строки
149 B
HTML

<!DOCTYPE html>
<style>
@keyframes x {
0% {
list-style-type: c;
}
}
div {
animation-name: x;
list-style-type: t;
}
</style>
<div></div>