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

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

Issue 343086: Don't switch to CF's active document for frames or iframes.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta http-equiv="x-ua-compatible" content="chrome=1" />
4 <!-- the http-equiv tag should be ignored since we're in a sub frame -->
5 <title>ChromeFrame Sub Frame test</title>
6 <script type="text/javascript"
7 src="chrome_frame_tester_helpers.js"></script>
8
9 <script type="text/javascript">
10 function OnLoad() {
11 if (isRunningInChrome()) {
12 onFailure("sub_frame", 1, 'Failed');
13 } else {
14 onSuccess("sub_frame", 1);
15 }
16 }
17 </script>
18 </head>
19
20 <body onLoad="OnLoad();">
21 ChromeFrame full tab mode sub frame test. Verifies that frame pages are
22 not opened in CF even though they have the meta tag.<br>
23 This frame has the x-ua-compatible http-equiv tag, but should not be
24 loaded in CF since it's inside a frame.
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/chrome_frame_tester_helpers.js ('k') | chrome_frame/test/data/full_tab_sub_frame2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698