gecko-dev/docshell/base/crashtests/443655.html

16 строки
350 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.removeChild(document.documentElement)">
<!-- The order of the two iframes matters! -->
<iframe src='data:text/html,<body onload="s = parent.document.getElementById(&apos;s&apos;).contentWindow;" onunload="s.location = s.location;">'></iframe>
<iframe id="s"></iframe>
</body>
</html>