tenfourfox/dom/base/crashtests/476526.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>