haikuwebkit/LayoutTests/fast/inline/br-text-decoration.html

15 lines
435 B
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>