468263-2.html (629B)
1 <!DOCTYPE HTML> 2 <html> 3 <body onload="document.getElementById('image1').setAttribute('src', ''); document.getElementById('image2').removeAttribute('src'); document.getElementById('image3').removeAttribute('src'); document.getElementById('image4').removeAttribute('data'); document.getElementById('image5').removeAttribute('data');"> 4 <img id="image1" src="pass.png"> 5 <img id="image2" src="pass.png"> 6 <input id="image3" type="image" src="pass.png"> 7 <object id="image4" type="image/png" data="pass.png"></object> 8 <object id="image5" type="text/html" data="data:text/html,<b>Testing</b>"></object> 9 </body> 10 </html>