490174-1.html (375B)
1 <!DOCTYPE html> 2 <html> 3 <head></head> 4 <body onload="document.getElementById('v').firstChild.data = ' a ';"> 5 6 <div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;" id="v"> 7 <select style="width: 200%"> 8 <option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option> 9 </select> 10 </div> 11 12 </body> 13 </html>