blob: 394811468fea2d4e7daaffad19742cd8e206a8bd [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;
border: black solid;
height: 5em;
width: 7em;
background-color: green;
}
</style>
</head>
<body>
<div>Test fails if there is a red line or scrollbar in the box</div>
<div id="box">
</div>
</body>
</html>