Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>CSS Text Test: tab-size: length</title>
<link rel="author" title="David Storey" href="mailto:david@openweb.io">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: absolute;
}
.test {
font-family: Ahem;
font-size: 20px;
position: absolute;
top: 0;
left: 0;
background: green;
}
</style>
</head>
<body>
<p>The test passes if there is no red.</p>
<div class="container">
<pre class="green test"> </pre>
</div>
</body>
</html>