989994-1.html (347B)
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 #s { color: blue; } 9 </style> 10 </head> 11 <body onload="document.getElementById('s').style.height = '100px';"> 12 <div style="white-space: pre-line;">A 13 foo<span dir="rtl" id="s">Z 14 </div> 15 </body> 16 </html>