Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / firstline / 001.html
blob05349f3257be002596022e538e6cd2e8680da980
1 <html>
2 <head>
3 <style>
4 p:first-line {
5 color: green;
6 font-size: 50px;
8 </style>
9 <body><p>BigAndGreen<br>SmallAndBlack</p></body>
10 </html>