forked from mirrors/gecko-dev
MozReview-Commit-ID: IEfyEY9S73n --HG-- extra : rebase_source : 8cc81d9fb93503774e97858ae665789309244f85
18 lines
396 B
HTML
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>
|