Another test

git-svn-id: svn://10.0.0.236/trunk@206154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-07-31 17:31:43 +00:00
parent f4a63784eb
commit 4b4f9b4325
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Button sizing testcase -- strict</title>
</head>
<body>
<p>
<input type="submit" value="l" disabled><select /><input type="file"><input type="submit" value="l">
<input type="submit" value="aaaaaaaaaaaaaaaaaaaa">
</p>
<p>
<input type="reset" value="l">
<input type="reset" value="aaaaaaaaaaaaaaaaaaaa">
</p>
<p>
<input type="button" value="l">
<input type="button" value="aaaaaaaaaaaaaaaaaaaa">
</p>
<p>
<button>l</button>
<button>aaaaaaaaaaaaaaaaaaaa</button>
</p>
</body>
</html>

View File

@@ -102,6 +102,7 @@ bug77068.html
bug79863.html
bug79927-1.html
bug79927-2.html
bug79927-3.html
bug81448.html
bug8665.html
bug88849.html