blob: 14d1219001c85dcf785e648db81ca5d6fc6d4301 [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>
div{
height: 1em;
width: 4em;
background-color: green;
font: 20px/1 Ahem;
color: transparent;
}
</style>
</head>
<body>
<p>Test passes if there is a wide green block, fails if there is any red visible</p>
<div>XXXXXXXXXXXXXXXXXXXX</div>
</body>
</html>