backplate-bg-image-005.html (515B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="stylesheet" type="text/css" href="ahem.css" /> 5 <title>Preserved whitespace should contribute to overall backplate sizing.</title> 6 <style> 7 body { 8 font: 20px Ahem; 9 } 10 .sample { 11 background-image: url("blue.png"); 12 white-space: pre; 13 padding: 10px; 14 } 15 </style> 16 </head> 17 <body> 18 ppppp ppppp<div class="sample"> ppppp ppppp</div>ppppp ppppp 19 <div class="sample">ppppp ppppp </div> 20 <div class="sample"> </div> 21 </body> 22 </html>