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

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

Issue 26315006: Avoid creating first-letter RenderTextFragments for unsuitable text nodes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 .first-letter { color: red; } 3 .quote:first-letter { color: red; }
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="first-letter">'</span>Should not crash or assert and all four q uotes should be displayed.' 10 <span class="quote">'</span>Should not crash or assert and all four quotes s hould be displayed.'
11 </span> 11 </span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698