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

Unified Diff: grit/testdata/browser.html

Issue 7994004: Initial source commit to grit-i18n project. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/bad_browser.html ('k') | grit/testdata/cache_prefix.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/browser.html
===================================================================
--- grit/testdata/browser.html (revision 0)
+++ grit/testdata/browser.html (revision 0)
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><title>[$~TITLE~$]</title>
+<style>
+BODY { MARGIN-LEFT: 1em; MARGIN-RIGHT: 1em }
+BODY, TD, DIV, A { FONT-FAMILY: arial,sans-serif}
+DIV, TD { COLOR: #000}
+A:link { COLOR: #00c}
+A:visited { COLOR: #551a8b}
+A:active { COLOR: #f00 }
+</style>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#0000cc" vlink="#800080" alink="#ff0000" topmargin=2>
+
+<table cellspacing=2 cellpadding=0 width="99%" border=0>
+<tr>
+ <td width="1%" rowspan=2>[$~IMAGE~$]
+ <td>&nbsp;</td>
+ <td rowspan=2>
+ <table cellspacing=0 cellpadding=0 width="100%" border=0>
+ <tr>
+ <td bgcolor=#3399cc><img height=1 width=1></td>
+ </tr>
+ </table>
+ <table cellspacing=0 cellpadding=0 width="100%" border=0 bgcolor=#efefef>
+ <tr>
+ <td nowrap bgcolor=#E8F4F7><font face=arial,sans-serif color=#000000 size=+1><b>&nbsp;[$~CHROME_TITLE~$]</b></font></td>
+ </tr>
+ </table>
+ </td>
+</tr>
+</table>
+
+<table cellpadding=3 width="94%" align="center" cellspacing=0 border=0>
+<tr valign="middle">
+ <td valign="top">
+ [$~BODY~$]
+ </td>
+ </tr>
+</table>
+[$~FOOTER~$]
+</body></html>
Property changes on: grit/testdata/browser.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « grit/testdata/bad_browser.html ('k') | grit/testdata/cache_prefix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698