blob: ce0a8c18b85be7e6a656d5384d065d838ad1b407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|