Index: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt |
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt |
index 70b1163f6f61d364336414202ad4db606729b607..f988011ad05a560fb599ae488de8f73d94d1adef 100644 |
--- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt |
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt |
@@ -1,6 +1,5 @@ |
-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. |
+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. |
auto lorem ipsum |
-alphabetic lorem ipsum |
under lorem ipsum |
-auto lorem ipsum under lorem ipsum alphabetic lorem ipsum |
+auto lorem ipsum under lorem ipsum |