Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<meta charset="utf-8" />
<style>
@keyframes bug {
from {display:none}
to {display:inline-block}
}
body {
animation-name: bug;
animation-duration: 1s;
}
</style>
</html>