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

Unified Diff: chrome_frame/test/data/full_tab_sub_iframe_main.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/data/full_tab_sub_frame_main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/data/full_tab_sub_iframe_main.html
===================================================================
--- chrome_frame/test/data/full_tab_sub_iframe_main.html (revision 0)
+++ chrome_frame/test/data/full_tab_sub_iframe_main.html (revision 0)
@@ -0,0 +1,30 @@
+<html>
+ <head>
+ <title>ChromeFrame full tab IFRAME test main</title>
+ </head>
+<body>
+<table height="100%" width="100%">
+ <tr height="1%">
+ <td style="top:0;width:100%">
+ <table width="100%">
+ <tr>
+ <td>
+ Placeholder text.
+ <td align=right valign=bottom>
+ I slappa da bass!
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <iframe scrolling=auto src="full_tab_sub_frame1.html"
+ frameborder=1 allowtransparency=true
+ style="width:100%;height:100%">
+ </iframe>
+ </td>
+ </tr>
+</table>
+</body>
+</html>
Property changes on: chrome_frame\test\data\full_tab_sub_iframe_main.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome_frame/test/data/full_tab_sub_frame_main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698