mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
16 lines
339 B
HTML
16 lines
339 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Reference</title>
|
|
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
|
|
<style>
|
|
div {
|
|
background-color: green;
|
|
height: 50px;
|
|
width: 100px;
|
|
}
|
|
br { margin: 50px; }
|
|
</style>
|
|
|
|
<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
|
|
<div></div>
|
|
<br>
|
|
<div></div>
|