blob: 8955e8469aa6cd3d63a34e9376b3f6c135f01e85 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reference case for text-decoration-thickness</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
#box{
font: 20px/1 Ahem;
background-color: green;
height: 4em;
width: 1em;
}
</style>
</head>
<body>
<p>Test fails if there is any red visible</p>
<div id="box"></div>
</body>
</html>