blob: d1e9d963d74cd507350ff139cfd14776f3f2d713 [file] [log] [blame]
<!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;
}
span {
display: inline-block;
background-color: green;
height: 50px;
width: 40px;
}
br { margin: 50px; }
</style>
<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
<div></div>
<br>
<span></span>