diff options
Diffstat (limited to 'tools/grit/grit/testdata/password.html')
-rw-r--r-- | tools/grit/grit/testdata/password.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tools/grit/grit/testdata/password.html b/tools/grit/grit/testdata/password.html new file mode 100644 index 0000000..16007a1 --- /dev/null +++ b/tools/grit/grit/testdata/password.html @@ -0,0 +1,37 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html><head><title>Password Required</title> +<meta http-equiv="content-type" content="text/html; charset=utf-8"> +<meta http-equiv="cache-control" content="no-cache"> +<meta http-equiv="pragma" content="no-cache"> +<meta http-equiv="expires" content="-1"> +<style> +BODY,TD,A,P {FONT-FAMILY: arial,sans-serif} +.q {COLOR: #0000cc} +</style> +<script> +<!-- +function sf(){document.f.q.focus();} +// --> +</script> +</head> +<body text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff onload=sf()> +<center> +<table cellSpacing=0 cellPadding=0 border=0> +<tr><td><a href="[$~HOMEPAGE~$]"><IMG border=0 height=110 alt="Google Desktop Search" src="hp_logo.gif" width=276></a></td></tr></table><BR> +<form name=f method=GET action='/password'> +<table cellSpacing=0 cellPadding=4 border=0> +<tr><td class=q noWrap><font size=-1> + <table cellSpacing=0 cellPadding=0> + <tr vAlign=top> + <td align=middle>Password required: <input maxLength=80 size=30 type=password name=pw value=""> + <script> + document.f.q.focus(); + </script> + <input type=submit value="Submit" name=submit> + </td></tr> + </table> + </form> +</td></tr> +</table> +<br><font size=-1>[$~BOTTOMLINE~$]</font></p> +<p><font size=-2>©2005 Google</font></p></center></body></html>
\ No newline at end of file |