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

Unified Diff: chrome/test/data/constrained_files/infinite_popups_impl.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/constrained_files/infinite_popups.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/constrained_files/infinite_popups.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698