new regression test not affecting the build.

This commit is contained in:
karnaze%netscape.com 2000-02-29 13:22:46 +00:00
Родитель 5ce5b346e3
Коммит 5c219495a7
2 изменённых файлов: 49 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,48 @@
<html><body>
<h3>With long hidden values</h3>
<table width=0 style="border: thin solid red;">
<tr><td>
<form METHOD=GET ACTION="http://cgi.netscape.com/cgi-bin/redirector.cgi">
<input type=hidden name=redirect_cgi value="http://websearch.web.aol.com:80/plweb-cgi/fastweb">
<input type=hidden name=redirect_cp value=hom02w>
<input type=hidden name=TemplateName value=prehit.tmpl>
<input type=hidden name=view value=weather_netscape>
<input type=hidden name=dbname value=weather_netscape>
<input type=hidden name=query_rule value="($query)">
<input type=hidden name=operator value=AND>
<input type=hidden name=numresults value=20>
<input type=hidden name=sorting value="BYFIELD:+city_long,+country_long,+state_long">
<input type="Text" name="query" value="" size=13 maxlength=20>
<input type="Submit" name="Submit" value=" Go ">
<br>
Enter City Name or Zip Code
</form>
</td><tr>
</table>
<hr>
<h3>With short hidden values</h3>
<table width=0 style="border: thin solid red;">
<tr><td>
<form METHOD=GET ACTION="http://cgi.netscape.com/cgi-bin/redirector.cgi">
<input type=hidden name=redirect_cgi value="">
<input type=hidden name=redirect_cp value="">
<input type=hidden name=TemplateName value="">
<input type=hidden name=view value="">
<input type=hidden name=dbname value="">
<input type=hidden name=query_rule value="">
<input type=hidden name=operator value="">
<input type=hidden name=numresults value="">
<input type=hidden name=sorting value="">
<input type="Text" name="query" value="" size=13 maxlength=20>
<input type="Submit" name="Submit" value=" Go ">
<br>
Enter City Name or Zip Code
</form>
</td><tr>
</table>
</body></html>

Просмотреть файл

@ -128,6 +128,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug2763.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2773.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2886.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2886-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug28928.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2947.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2954.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2962.html