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

Side by Side Diff: LayoutTests/fast/css/first-letter-punctuation-expected.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 .bigGreenText
6 {
7 color: green;
8 font-size: 36px;
9 }
10 </style>
11 </head>
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>
14
15 <div><span class="bigGreenText">T</span>est</div>
16 <div><span class="bigGreenText">&nbsp;T</span>est&nbsp;</div>
17
18 <div><span class="bigGreenText">(T)</span>est</div>
19 <div><span class="bigGreenText">&nbsp;(T)</span>est</div>
20 <div><span class="bigGreenText">&ldquo;T&rdquo;</span>est</div>
21
22 <div><span class="bigGreenText">&amp;T</span>est</div>
23 <div><span class="bigGreenText">&nbsp;&amp;T</span>est</div>
24 <div><span class="bigGreenText">T&amp;</span>S<div>
25 <div><span class="bigGreenText">T</span>&nbsp;&amp;&nbsp;S<div>
26 <div><span class="bigGreenText">T</span> &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>
33 </body>
34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/first-letter-punctuation.html ('k') | LayoutTests/fast/css/first-letter-punctuation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698