blob: 43d17375b312ba3b565bc821a80ef0ca880e3bfd [file] [log] [blame]
<!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>