summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html
blob: 4cccbc48614b62181f56cf2e61029d0a4b56c722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<title>Bug 1383239</title>
<style>
div {
 position: absolute;
 background: orange;
 width: 20px;
 height: 20px;
 left: 0px;
}
</style>
<div></div>
</html>