Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>test reference</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div {
width: 20px;
outline: 2px solid green;
font: 20px/1 Ahem;
}
</style>
<p>Test passes if the green outline tightly hugs the two X glyphs (no extra space on the right).</p>
<div>X<br>X</div>