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>
.ref {
width: min-content;
float: left;
border: solid 1px;
margin: 0 1ch;
}
.tall {
font-size: 2em;
line-height: 2;
}
</style>
<p>This test passes if the two boxes below are identical, including having the same height.
<div class=ref>
<span class=tall>TEST</span>
</div>
<div class=ref>
<span class=tall>TEST</span>
</div>