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

Side by Side Diff: chrome_frame/test/data/full_tab_sub_frame2.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 <!-- no meta tag here -->
4 <title>ChromeFrame Sub Frame test</title>
5 <script type="text/javascript"
6 src="chrome_frame_tester_helpers.js"></script>
7
8 <script type="text/javascript">
9 function OnLoad() {
10 if (isRunningInChrome()) {
11 onFailure("sub_frame", 1, "Failed");
12 }
13 }
14 </script>
15 </head>
16
17 <body onLoad="OnLoad();">
18 ChromeFrame full tab mode sub frame test.<br>
19 This is a regular frame (no meta tag).
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/full_tab_sub_frame1.html ('k') | chrome_frame/test/data/full_tab_sub_frame_main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698