Chromium Code Reviews| Index: chrome/test/data/constrained_files/infinite_popups_impl.html |
| =================================================================== |
| --- chrome/test/data/constrained_files/infinite_popups_impl.html (revision 0) |
| +++ chrome/test/data/constrained_files/infinite_popups_impl.html (revision 0) |
| @@ -0,0 +1,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> |