blob: a88c44268dd2b649891760eb12fee8c145835eb4 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p>Test if each value (auto and under) works. Auto means the horizontal
line should cross the 'p' letter in the word 'ipsum'. Under should not
cross the 'p' letter. Bugzilla link: http://webkit.org/b/102795.</p>
<div class="auto">auto lorem ipsum</div>
<div class="under">under lorem ipsum</div>
<div class="auto">auto lorem ipsum <span class="under">under lorem ipsum</span></div>
</body>
</html>