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

Side by Side Diff: LayoutTests/fast/css/first-letter-punctuation-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: Address comments from the latest review Created 6 years, 8 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 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 .bigGreenText 5 .bigGreenText
6 { 6 {
7 color: green; 7 color: green;
8 font-size: 36px; 8 font-size: 26px;
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <p>Test passes if all the T are green, as well as punctuation elements w hen they are adjacent to a letter (without spaces)</p> 13 <p>Test passes if all the T are green, as well as punctuation elements w hen they are adjacent to a letter (without spaces)</p>
14 14
15 <div><span class="bigGreenText">T</span>est</div> 15 <div><span class="bigGreenText">T</span>est</div>
16 <div><span class="bigGreenText">&nbsp;T</span>est&nbsp;</div> 16 <div><span class="bigGreenText">&nbsp;T</span>est&nbsp;</div>
17 17
18 <div><span class="bigGreenText">(T)</span>est</div> 18 <div><span class="bigGreenText">(T)</span>est</div>
19 <div><span class="bigGreenText">(T</span>est)</div>
19 <div><span class="bigGreenText">&nbsp;(T)</span>est</div> 20 <div><span class="bigGreenText">&nbsp;(T)</span>est</div>
21 <div><span class="bigGreenText">&nbsp;(T</span>est)</div>
22
20 <div><span class="bigGreenText">&ldquo;T&rdquo;</span>est</div> 23 <div><span class="bigGreenText">&ldquo;T&rdquo;</span>est</div>
24 <div><span class="bigGreenText">&ldquo;T</span>est&rdquo;</div>
25 <div><span class="bigGreenText">&#34;T&#34;</span>est</div>
26 <div><span class="bigGreenText">&#34;T</span>est&#34;</div>
21 27
22 <div><span class="bigGreenText">&amp;T</span>est</div> 28 <div><span class="bigGreenText">&amp;T</span>est</div>
23 <div><span class="bigGreenText">&nbsp;&amp;T</span>est</div> 29 <div><span class="bigGreenText">&nbsp;&amp;T</span>est</div>
24 <div><span class="bigGreenText">T&amp;</span>S<div> 30 <div><span class="bigGreenText">T&amp;</span>S<div>
25 <div><span class="bigGreenText">T</span>&nbsp;&amp;&nbsp;S<div> 31 <div><span class="bigGreenText">T</span>&nbsp;&amp;&nbsp;S<div>
26 <div><span class="bigGreenText">T</span> &amp; S<div> 32 <div><span class="bigGreenText">T</span> &amp; S<div>
27 33
28 <div>&laquo;&nbsp;S&nbsp;&raquo;</div> 34 <div>&laquo;&nbsp;S&nbsp;&raquo;</div>
29 <div>&laquo;&nbsp;S&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;</div> 35 <div>&laquo;&nbsp;S&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;</div>
30 36
31 <div>&bull; </div> 37 <div>&bull; </div>
32 <div>&nbsp;&bull; &nbsp;</div> 38 <div>&nbsp;&bull; &nbsp;</div>
33 </body> 39 </body>
34 </html> 40 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/first-letter-punctuation.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698