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

Unified Diff: chrome_frame/test/data/no_interference/javascript_redirect.html

Issue 2375003: Add chrome_frame_tests to check that some navigation cases are not broken in ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/data/no_interference/link.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/data/no_interference/javascript_redirect.html
===================================================================
--- chrome_frame/test/data/no_interference/javascript_redirect.html (revision 0)
+++ chrome_frame/test/data/no_interference/javascript_redirect.html (revision 0)
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ <script type="text/javascript">
+ window.onload = function() {
+ var url = "" + window.location;
+ window.location = url.substring(0, url.lastIndexOf("/") + 1) +
+ "empty.html";
+ }
+ </script>
+ </head>
+</html>
Property changes on: chrome_frame\test\data\no_interference\javascript_redirect.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/data/no_interference/link.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698