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

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

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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><title>src property test - page 2</title>
3 <script type="text/javascript" src="chrome_frame_tester_helpers.js">
4 </script>
5 <script type="text/javascript">
6 function onLoad() {
7 if (isRunningInChrome()) {
8 onFailure("SrcProperty", 1,
9 "src_property_frame2.html should not load in Chrome");
10 return;
11 } else {
12 onSuccess("SrcProperty", 1);
13 }
14 }
15 </script>
16 </head>
17 <body onload="onLoad();">
18 <h2>Redirected!</h2>
19 <p>All finished.</p>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/src_property_frame1.html ('k') | chrome_frame/test/data/src_property_host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698