mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
10 lines
No EOL
522 B
HTML
10 lines
No EOL
522 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link href="mailto:dschulze@adobe.com" rel="author" title="Dirk Schulze">
|
|
</head>
|
|
<body>
|
|
<p>The test passes if there is a full green ellipse.</p>
|
|
<div style="margin-top: 50px; margin-left: 50px; position: absolute; width: 150px; height: 100px; border-top-right-radius: 75px 50px; border-bottom-right-radius: 75px 50px; border-top-left-radius: 75px 50px; border-bottom-left-radius: 75px 50px; background-color: green;"></div>
|
|
|
|
</body></html> |