mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
11 lines
366 B
HTML
11 lines
366 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
|
|
</head>
|
|
<body>
|
|
<p>The test passes if there is a green box.</p>
|
|
<div style="margin-top: 50px; margin-left: 50px; position: absolute; width: 150px; height: 100px; background-color: green;"></div>
|
|
</body>
|
|
</html> |