395130-1.html (206B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style id="s"> 5 .a { position: absolute; } 6 </style> 7 </head> 8 <body onload="document.getElementById('s').textContent = '';"> 9 10 <input class="a"> 11 <input class="a"> 12 13 </body> 14 </html>