blob: 9a66f5e5839d183b8610bf2c90adadff989e5623 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Text Test: tab-size: length</title>
<link rel="author" title="David Storey" href="mailto:david@openweb.io">
<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>