gecko-dev/layout/reftests/web-animations/1267937-ref.html
Hiroyuki Ikezoe 28256ab21a Bug 1267937 - Part 2: A reftest which checks mProgressOnLastCompose is surely cleared in before phase. r=birtles
--HG--
extra : amend_source : f368a7e3b62c8ecae30b423cf5b87ce5516d6492
2016-04-30 07:08:14 +09:00

19 lines
251 B
HTML

<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>Reference of bug 1267937</title>
<style>
#target {
width: 100px;
height: 100px;
background: green;
margin-left: 200px;
}
</style>
</head>
<body>
<div id="target"></div>
</body>
</html>