зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
350 B
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('s').contentWindow;" onunload="s.location = s.location;">'></iframe>
|
|
|
|
<iframe id="s"></iframe>
|
|
|
|
</body>
|
|
</html>
|