chromium/third_party/blink/web_tests/fast/inline/br-text-decoration.html

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
    <p>
        <span style="text-decoration: underline;"><br>There shouldn&rsquo;t be a black dot or line above the first letter of this sentence</span>.
    </p>
    <p>
        Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14245">http://bugs.webkit.org/show_bug.cgi?id=14245</a>
        Underline painted under &lt;br>, not repainted properly</i>.
    </p>
</body>
</html>