Skip to content

Commit

Permalink
Test expectatiosn for test-keyframe-creation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dstoc committed Dec 5, 2012
1 parent 5133632 commit c3d2d5a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test-keyframe-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
left: 50px;
width: 100px;
height: 100px;
background-color: #FAA;
background-color: lightsteelblue;
position: absolute;
}

Expand All @@ -40,8 +40,18 @@
top: 300px;
}

#expectation {
position: absolute;
top: 0px;
left: 200px;
width: 100px;
height: 400px;
background: red;
}
</style>

<div id=expectation></div>

<div>
<div id="a" class="anim"></div>
<div id="b" class="anim"></div>
Expand Down

0 comments on commit c3d2d5a

Please sign in to comment.