mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
19 lines
396 B
HTML
19 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>
|