Index: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
index 24160c75f73522e737f6b20a4aac93e3a4c3db6f..0e31c309bf5c50fa8201ae3c8631e329fe8489bf 100644 |
--- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
@@ -8,14 +8,11 @@ |
<link rel="stylesheet" type="text/css" href="style.css"> |
</head> |
<body> |
- <p>Test if each value (auto, alphabetic and under) works. Auto defaults to |
- alphabetic, so they should look the same, that is, 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> |
- |
+ <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="alphabetic">alphabetic lorem ipsum</div> |
<div class="under">under lorem ipsum</div> |
- <div class="auto">auto lorem ipsum <span class="under">under lorem ipsum</span> <span class="alphabetic">alphabetic lorem ipsum</span></div> |
+ <div class="auto">auto lorem ipsum <span class="under">under lorem ipsum</span></div> |
</body> |
</html> |