Skip to content

Commit

Permalink
Test expectations for test-seq-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
dstoc committed Dec 5, 2012
1 parent 2d649b7 commit 71ddde4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test-seq-speed.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
left: 0px;
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 a"></div>
<div id="b" class="anim b"></div>
Expand Down

0 comments on commit 71ddde4

Please sign in to comment.