fune/testing/web-platform/tests/css/css-transforms/css-transform-animate-translate-implied-y-ref.html
Manish Goregaokar 696268b640 Bug 1451724: Add reftest ; r=emilio
MozReview-Commit-ID: IEfyEY9S73n

--HG--
extra : rebase_source : 8cc81d9fb93503774e97858ae665789309244f85
2018-04-18 14:24:07 -07:00

18 lines
396 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Manish Goregaokar" href="mailto:manishearth@gmail.com">
<style>
#box {
background:red;
width: 200px;
height: 200px;
transform: translate(100px, 0px);
}
</style>
</head>
<body>
<div id=box></div>
</body>
</html>