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

Side by Side Diff: chrome_frame/test/data/full_tab_post_target_cf.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 <meta http-equiv="x-ua-compatible" content="chrome=1" />
4 <title>FullTab mode POST test</title>
5 </head>
6
7 <script type="text/javascript"
8 src="chrome_frame_tester_helpers.js"></script>
9
10 <script type="text/javascript">
11 function onLoad() {
12 if (!isRunningInChrome()) {
13 location.href = "/quit?not_running_in_chrome";
14 return;
15 }
16 location.href = "/quit?OK";
17 }
18 </script>
19
20 <body onload="onLoad();">
21 This page should be rendered in chrome.<br />
22 <a href="/quit?OK">Quit OK</a>
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/full_tab_post_mshtml.html ('k') | chrome_frame/test/data/full_tab_sub_frame1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698