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

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

Issue 198013006: Patch proposal (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a few more test cases to first-letter-punctuation.html and update expectations 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-punctuation-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 div:first-letter 5 div:first-letter
6 { 6 {
7 color: green; 7 color: green;
8 font-size: 36px; 8 font-size: 36px;
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <p>Test passes if all the T and surrounding punctuation are green.</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
15 <div>Test</div>
16 <div>&nbsp;Test&nbsp;</div>
17
14 <div>(T)est</div> 18 <div>(T)est</div>
19 <div>&nbsp;(T)est</div>
15 <div>&ldquo;T&rdquo;est</div> 20 <div>&ldquo;T&rdquo;est</div>
16 <div>&laquo;&nbsp;T&nbsp;&raquo;est</div> 21
17 <div>&laquo;&nbsp;T&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;est</div> 22 <div>&amp;Test</div>
23 <div>&nbsp;&amp;Test</div>
24 <div>T&amp;S<div>
25 <div>T&nbsp;&amp;&nbsp;S<div>
26 <div>T &amp; S<div>
27
28 <div>&laquo;&nbsp;S&nbsp;&raquo;</div>
29 <div>&laquo;&nbsp;S&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;</div>
30
31 <div>&bull; </div>
32 <div>&nbsp;&bull; &nbsp;</div>
18 </body> 33 </body>
19 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-punctuation-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698