backplate-bg-image-006.html (529B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" href="ahem.css"> 3 <title>Text in a native button or input object that overlaps a background image should be backplated.</title> 4 <style> 5 body { 6 font: 20px Ahem; 7 } 8 .std { 9 background-image: url("blue.png"); 10 height: 500px; 11 } 12 button { 13 font: 20px Ahem; 14 } 15 </style> 16 <div class="std"> 17 <button>ppppp</button>ppppp<br> 18 <form> 19 <input> 20 </form><br><!-- no whitespace 21 -->ppppp<!-- no whitespace 22 --><button>ppppp</button><!-- no whitespace 23 -->ppppp<!-- no whitespace 24 --></div>