429968-1b.html (476B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <style> 5 body { white-space:pre; color:blue; } 6 /* FIXME (Bug 1058203): avoid line-height:normal since it seems to have 7 different meaning on ::first-letter or span */ 8 #inner::first-letter { color:red; text-decoration:underline; 9 font-size:200%; line-height: 1.2; } 10 </style> 11 </head> 12 <body><div id="inner"><span> 13 </span>AB</div></body> 14 <script> 15 document.body.offsetTop; 16 document.body.style.color = "black"; 17 </script> 18 </html>