gecko-dev/layout/reftests/bugs/364862-1-ref.html
bzbarsky%mit.edu ef5d60ab75 Use the right percentage base for figuring out text-indent when drawing the
text-decoration.  Bug 364862, r+sr=dbaron
2006-12-30 05:56:25 +00:00

10 lines
265 B
HTML

<!DOCTYPE html>
<html>
<body style="width: 400px; padding: 0 200px">
<div style="text-decoration: underline;
text-indent: 100px;">
This text should be entirely underlined, without the underline sticking out.
</div>
</body>
</html>