summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/constrained_files/infinite_popups_impl.html
blob: 4b336d74700a7ab18eb0023f4bd240f0fdcfc60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
<title>Oh noes!</title>
</head>
<body>
<h1>Oh noes!</h1>

<body onload="window.open('infinite_popups_impl.html', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=50,height=50')"> 
Over and...
</body>

</body>
</html>