chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/reference/text-decoration-thickness-scroll-001-ref.html

<!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>