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>12345678<br>123456<br>…</div>
<div class=ref>12345678<br>123456<br>…</div>