blob: 8a74da6d2c05209a1e791e8dc282d8c822bc6c04 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reference case for text-underline-offset</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#text{
border: black dashed;
height: 5em;
width: 20em;
font: 20px/1 Ahem;
color: transparent;
}
</style>
</head>
<body>
<div>Test fails if there is a red line or scrollbar in the dashed area</div>
<div id="text">XXXXXXX</div>
</body>
</html>