429968-1a.html (396B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <style> 5 body { white-space:pre; color:black; } 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 </html>