Chromium Code Reviews

Side by Side Diff: chrome_frame/test/data/src_property_frame1.html

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head><title>src property test - page 1</title>
3 <script type="text/javascript">
4 function redirect(){
5 window.location = "src_property_frame2.html";
6 }
7 </script>
8 </head>
9 <body onLoad="setTimeout(redirect, 100);">
10 <h2>Prepare to be redirected!</h2>
11 <p>Redirecting to a new page within frame...</p>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/simple_object_focus_cf.html ('k') | chrome_frame/test/data/src_property_frame2.html » ('j') | no next file with comments »

Powered by Google App Engine