Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <html>
2 <head>
3 <style>
4 div::first-line { color: red; background-color: blue; font-size: 200%; text-transform: uppercase; }
5 </style>
6 </head>
7 <body>
9 <div>
10 <span>Line number one.<br/>Line number two.<br/>Line number three.</span>
11 </div>
13 <div style="height: 50000px;">
14 <!-- to force a scrollbar -->
15 </div>
17 </body>
18 </html>