Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / firstline / 002.html
blob524414933cdfaaa7de6a5fd4f1ea9c0bf26fd416
1 <html>
2 <head>
3 <style>
4 p:first-letter {
5 color: maroon;
6 font-size: 36px;
8 </style>
9 <body><p style="border:2px solid blue">Maroon on the first letter only.</p>
10 </html>