Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
.test {
font-family: monospace;
}
aside {
float: left;
width: 1ch;
height: 1lh;
}
.red { color: red; }
</style>
<p>Test passes if there is a “…” below and <strong>no red</strong>.
<div class=test>
<aside></aside>…
</div>