Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / first-letter-punctuation-expected.html
blobdbd9da3499761a4a806bb4948185f1701e5ec042
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 .bigGreenText
7 color: green;
8 font-size: 36px;
10 </style>
11 </head>
12 <body>
13 <p>Test passes if all the T are green, as well as punctuation elements when they are adjacent to a letter (without spaces)</p>
15 <div><span class="bigGreenText">T</span>est</div>
16 <div><span class="bigGreenText">&nbsp;T</span>est&nbsp;</div>
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>
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>
28 <div>&laquo;&nbsp;S&nbsp;&raquo;</div>
29 <div>&laquo;&nbsp;S&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;</div>
31 <div>&bull; </div>
32 <div>&nbsp;&bull; &nbsp;</div>
33 </body>
34 </html>