chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/reference/text-underline-position-horizontal-ref.html

<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <style>
            .underline { text-decoration: underline; }
            .overline { text-decoration: overline; }
    </style>
</head>
<body lang="en">
    <div class="overline">サンプル</div>
    <div class="overline">サンプル</div>
    <div class="underline">"text-underline-position: right" alone should be same as "auto right"</div>
    <div class="underline">"text-underline-position: left" alone should be same as "auto left"</div>
</body>
</html>