summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/constrained_files/infinite_popups.html
blob: 126dd86045f5001958e9b2decb4498de66c834dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
<title>Popup Fork Bomb!</title>
</head>
<body onClick="javascript:window.open('infinite_popups_impl.html', '',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=50,height=50');void(0);" />
<h1>Popup Fork Bomb!</h1>

<em>Original credit to <a href="http://crypto.stanford.edu/~abarth/">http://crypto.stanford.edu/~abarth/</a>.</em>

</body>
</html>