summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html
blob: 3c822f514a503927a68a5766f57dafcfa680c796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<style>
#target {
  width: 100px;
  height: 100px;
  opacity: 1;
  background-color: green;
}
</style>
<div id="target"></div>
</html>