Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Side by Side Diff: chrome/test/data/constrained_files/infinite_popups.html

Issue 7388: Remove throttling code from the Browser process and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Popup Fork Bomb!</title>
4 </head>
5 <body onClick="javascript:window.open('infinite_popups_impl.html', '',
6 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=50,he ight=50');void(0);" />
7 <h1>Popup Fork Bomb!</h1>
8
9 <em>Original credit to <a href="http://crypto.stanford.edu/~abarth/">http://cryp to.stanford.edu/~abarth/</a>.</em>
10
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | chrome/test/data/constrained_files/infinite_popups_impl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698