989994-1-ref.html (284B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Bug 989994</title> 6 <style> 7 div:first-letter { color: red; } 8 span { color: blue; height: 100px;} 9 </style> 10 </head> 11 <body> 12 <div style="white-space: pre-line;">A 13 foo<span>Z 14 </div> 15 </body> 16 </html>