mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
11 lines
317 B
HTML
11 lines
317 B
HTML
<!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>
|