Raw File
animation-common-ref.html
<!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>
back to top