Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt

Issue 57493002: Remove 'alphabetic' value from text-underline-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..feeff142e334f6bf2a4fc459beca2bb29cf5abf2 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. Bugzilla link: http://webkit.org/b/102795.
auto lorem ipsum
-alphabetic lorem ipsum
under lorem ipsum
-auto lorem ipsum under lorem ipsum alphabetic lorem ipsum
+auto lorem ipsum under lorem ipsum

Powered by Google App Engine
This is Rietveld 408576698