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.html

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.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>

Powered by Google App Engine
This is Rietveld 408576698