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

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

Issue 672953002: Convert first letter into a pseudo element. (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 .first { color: green; font-size: 2em; }
4 .underline { text-decoration: underline; }
5 #a { color: green; }
6 </style>
7 This tests various first letter combinations. In each case the first letter
8 should be larger and green.
9 <div class="target"><e class="first">L</e>orem</div>
10 <div class="target underline"><span><span class="first">I</span>psum</span></div >
11 <div class="target underline"><span class="first">C</span>arpe Diem</span></div>
12 <div class="target"><e class='underline'><span class="first">F</span>oo </e>bar< /div>
13 <div id="a">
14 <span class="first underline">F</span>irst letter should be green and underlin ed.</div>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698