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

Side by Side Diff: grit/testdata/browser.html

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 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 | « grit/testdata/bad_browser.html ('k') | grit/testdata/buildinfo.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><title>[$~TITLE~$]</title>
3 <style>
4 BODY { MARGIN-LEFT: 1em; MARGIN-RIGHT: 1em }
5 BODY, TD, DIV, A { FONT-FAMILY: arial,sans-serif}
6 DIV, TD { COLOR: #000}
7 A:link { COLOR: #00c}
8 A:visited { COLOR: #551a8b}
9 A:active { COLOR: #f00 }
10 </style>
11 </head>
12
13 <body bgcolor="#ffffff" text="#000000" link="#0000cc" vlink="#800080" alink="#ff 0000" topmargin=2>
14
15 <table cellspacing=2 cellpadding=0 width="99%" border=0>
16 <tr>
17 <td width="1%" rowspan=2>[$~IMAGE~$]
18 <td>&nbsp;</td>
19 <td rowspan=2>
20 <table cellspacing=0 cellpadding=0 width="100%" border=0>
21 <tr>
22 <td bgcolor=#3399cc><img height=1 width=1></td>
23 </tr>
24 </table>
25 <table cellspacing=0 cellpadding=0 width="100%" border=0 bgcolor=#efefef >
26 <tr>
27 <td nowrap bgcolor=#E8F4F7><font face=arial,sans-serif color=#00 0000 size=+1><b>&nbsp;[$~CHROME_TITLE~$]</b></font></td>
28 </tr>
29 </table>
30 </td>
31 </tr>
32 </table>
33
34 <table cellpadding=3 width="94%" align="center" cellspacing=0 border=0>
35 <tr valign="middle">
36 <td valign="top">
37 [$~BODY~$]
38 </td>
39 </tr>
40 </table>
41 [$~FOOTER~$]
42 </body></html>
OLDNEW
« no previous file with comments | « grit/testdata/bad_browser.html ('k') | grit/testdata/buildinfo.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698