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

Side by Side Diff: chrome_frame/test/data/multiple_cf_instances_test.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>
3 <title>Multiple ChromeFrame instances target page.</title>
4 <script type="text/javascript"
5 src="chrome_frame_tester_helpers.js"></script>
6
7 <script type="text/javascript">
8 function onLoad() {
9 if (!isRunningInChrome()) {
10 onFailure("WidgetMode_MultipleInstancesTest", 1,
11 "Page not running in Chrome");
12 } else {
13 onSuccess("WidgetMode_MultipleInstancesTest", 1);
14 }
15 }
16 </script>
17 </head>
18
19 <body onLoad="onLoad()">
20 ChromeFrame multiple widget instances test
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/multiple_cf_instances_main.html ('k') | chrome_frame/test/data/navigate_out.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698