| Index: grit/testdata/browser.html
|
| diff --git a/grit/testdata/browser.html b/grit/testdata/browser.html
|
| deleted file mode 100644
|
| index 45d364d56fe9e59de0d068033627a20d9b6bf274..0000000000000000000000000000000000000000
|
| --- a/grit/testdata/browser.html
|
| +++ /dev/null
|
| @@ -1,42 +0,0 @@
|
| -<!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> </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> [$~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>
|
|
|