Files
servo/tests/wpt/css-tests/css-transforms-1_dev/html/reference/scale-zero-ref.htm

21 lines
531 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Transforms Reference File</title>
<link href="mailto:jian.andy.zhang@gmail.com" rel="author" title="Jian Zhang">
<style type="text/css">
.greenSquare {
position: absolute;
top: 50px;
left: 50px;
width: 100px;
height: 100px;
background: green;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div class="greenSquare"></div>
</body></html>