Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!DOCTYPE html>
<style>
@keyframes x {
0% {
list-style-type: c;
}
}
div {
animation-name: x;
list-style-type: t;
}
</style>
<div></div>