summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-animations/animation-common-ref.html
blob: ddc7da67ddf5fed83e653d1130a65f5c1e3a6dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<meta charset="utf-8">
<link rel="author" title="Brian Birtles" href="mailto:bbirtles@mozilla.com">
<style>
div {
  width: 100px;
  height: 100px;
  background-color: green;
}
</style>
<div></div>
</html>