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

Side by Side Diff: chrome_frame/test/data/chrome_frame_http_header.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 <script type="text/javascript"
4 src="chrome_frame_tester_helpers.js"></script>
5 </head>
6 <body>
7 <div id="statusPanel" style="border: 1px solid red; width: 100%">
8 Test running....
9 </div>
10
11 <script type="text/javascript">
12 var testName = 'FullTabHttpHeader';
13 (function(){
14 try {
15 if (TestIfRunningInChrome()) {
16 onSuccess(testName, 1);
17 } else {
18 onFailure(testName, 1, 'Failed to load in Chrome.');
19 }
20 } catch (e) {
21 onFailure(testName, 1,
22 testName + ' failed with error: ' + e);
23 }
24 })();
25 </script>
26 <p>Tests Chrome Frame full tab mode loading via an HTTP header.</p>
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/cf_protocol.html ('k') | chrome_frame/test/data/chrome_frame_http_header.html.mock-http-headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698