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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/test/data/full_tab_sub_frame_main.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>ChromeFrame full tab IFRAME test main</title>
4 </head>
5 <body>
6 <table height="100%" width="100%">
7 <tr height="1%">
8 <td style="top:0;width:100%">
9 <table width="100%">
10 <tr>
11 <td>
12 Placeholder text.
13 <td align=right valign=bottom>
14 I slappa da bass!
15 </td>
16 </tr>
17 </table>
18 </td>
19 </tr>
20 <tr>
21 <td>
22 <iframe scrolling=auto src="full_tab_sub_frame1.html"
23 frameborder=1 allowtransparency=true
24 style="width:100%;height:100%">
25 </iframe>
26 </td>
27 </tr>
28 </table>
29 </body>
30 </html>
OLDNEW
« 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