Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<p>Test passes if there is a filled blue rectangle below and it is NOT taller than one line of text.</p>
<style>
.item {
font: 10px/1 Ahem;
color: blue;
background: blue;
width: 150px;
height: 10px;
}
</style>
<div class="item">XXXXXXXXXXXXXXX</div>
</html>