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

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

Issue 207553007: Apply the correct style to first-letter pseudo elements composed of different renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments from Eric: refactored code + more testing Created 6 years, 9 months 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 .quote:first-letter { color: red; } 3 .line:first-letter { color: red; }
mario.prada 2014/03/27 14:12:39 I needed to update this to line and remove the <sp
4 .line { position: absolute; top: 50px; left: 10px; } 4 .line { position: absolute; top: 50px; left: 10px; }
5 </style> 5 </style>
6 6
7 " " 7 " "
8 8
9 <span class="line"> 9 <span class="line">
10 <span class="quote">'</span>Should not crash or assert and all four quotes s hould be displayed.' 10 'Should not crash or assert and all four quotes should be displayed.'
11 </span> 11 </span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698