mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
11 lines
339 B
HTML
11 lines
339 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 full green circle.</p>
|
|
<div style="width: 200px; height: 200px; border-radius: 100px; background-color: green;"></div>
|
|
</body>
|
|
</html> |