mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
21 lines
588 B
HTML
21 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala">
|
|
<link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 -->
|
|
<style type="text/css">
|
|
#green-square {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
position: absolute;
|
|
left: 58px;
|
|
top: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The test passes if you see a green square and no red.</p>
|
|
<div id="green-square"></div>
|
|
|
|
</body></html> |