mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
20 lines
286 B
HTML
20 lines
286 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1238660</title>
|
|
</head>
|
|
<body>
|
|
<span>
|
|
<div>
|
|
<span></span>
|
|
</div>
|
|
</span>
|
|
<style>
|
|
span {
|
|
animation: anim 0.1s 0.1s;
|
|
}
|
|
@keyframes anim { to { opacity:1 } }
|
|
</style>
|
|
</body>
|
|
</html>
|