mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
30 lines
513 B
HTML
30 lines
513 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Reference Test</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style>
|
|
div
|
|
{
|
|
background-color: green;
|
|
border-radius: 50%;
|
|
margin: 20px;
|
|
height: 100px;
|
|
width: 100px;
|
|
float: left;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if there are four filled green circles and <strong>no red</strong>.
|
|
|
|
<div></div>
|
|
|
|
<div></div>
|
|
|
|
<div></div>
|
|
|
|
<div></div>
|