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

Side by Side Diff: chrome_frame/test/data/full_tab_sub_iframe_main.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 <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') | chrome_frame/test/data/fulltab_anchor_url_navigate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698