429968-1-ref.html (378B)
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 span.first-letter { text-decoration:underline; 9 font-size:200%; line-height: 1.2; } 10 </style> 11 </head> 12 <body> 13 <span class="first-letter"></span>AB</body> 14 </html>