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

Side by Side Diff: LayoutTests/fast/css/first-letter-wbr-first-character.html

Issue 684213002: Return correct length for firstLetterLength. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div { color: green; font-size: 40px; }
4 div:first-letter { color: red; font-size: 40px; }
5 </style>
6
7 <p>This test is successful if the 'T' below is green.</p>
8 <div><wbr>T</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698