blob: 3b653c5e711c15857e5cb8c5f9e315ad6ce6974e (
plain)
1
2
3
4
5
|
<html>
<body onload="document.createElement('div').appendChild(document.getElementById('i').contentDocument.getElementById('j'));">
<iframe id="i" src="data:text/html,<img id='j' src='about:blank'>">
</body>
</html>
|