Bug 1526893 [wpt PR 15323] - Remove my deadname from everywhere except tools/third_pa...
[gecko.git] / testing / web-platform / tests / css / CSS2 / selectors / first-letter-punctuation-080-ref.xht
blobe8cb0ba5407ce331f50cc868c2ed7bb11c9fce7d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3     <head>
4         <title>CSS Reference: Green 'double high-reversed-9 quotation mark' punctuation character</title>
5         <style type="text/css">
6             span
7             {
8                 color: green;
9                 font-size: 36px;
10                 line-height: 2;
11             }
12         </style>
13     </head>
14     <body>
15         <p>Test passes if the "T" and surrounding punctuation below are green.</p>
16         <div><span>&#x201F;T&#x201F;</span>est</div>
17     </body>
18 </html>