first-letter-width-ref.html (345B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <html lang="en"> 4 <head> 5 <title>initial-letter width test</title> 6 <style> 7 span { 8 position: absolute; 9 color: transparent; 10 } 11 #control { 12 background-color: green; 13 } 14 </style> 15 </head> 16 <body> 17 <p>There should be no red</p> 18 <span id="control">Test.</span> 19 </body> 20 </html>