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

Side by Side 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: Julien's review (rebased after auto-rebaseline) 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test if each value (auto, alphabetic and under) works. Auto defaults to alphabet ic, 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. 1 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.
2 2
3 auto lorem ipsum 3 auto lorem ipsum
4 alphabetic lorem ipsum
5 under lorem ipsum 4 under lorem ipsum
6 auto lorem ipsum under lorem ipsum alphabetic lorem ipsum 5 auto lorem ipsum under lorem ipsum
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698