blob: b3d8f8e1c8af073d56f7e0a8981bccddf5397eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<body>
<iframe src="data:text/xml,
<html xmlns='http://www.w3.org/1999/xhtml'
onDOMAttrModified='window.frameElement.parentNode.removeChild(window.frameElement)'>
</html>"
onload="event.target.contentDocument.documentElement.setAttribute('x', 'y');"></iframe>
</body>
</html>
|