Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en" >
<meta charset="utf-8">
<title>CSS Test reference</title>
<link rel='author' title='Andreu Botella' href='mailto:abotella@igalia.com'>
<style>
div {
border: solid;
font-family: monospace;
margin: 1ch;
width: 9.1ch;
}
.test {
border-color: blue;
}
.ref {
border-color: orange;
}
</style>
<p>Test passes if the box with a blue frame is identical to the orange one.
<div class=test>1 2 3<br>4 5 6<br>7 8 9…</div>
<div class=ref>1 2 3<br>4 5 6<br>7 8 9…</div>