Another test
git-svn-id: svn://10.0.0.236/trunk@206154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
24
mozilla/layout/html/tests/formctls/bugs/bug79927-3.html
Normal file
24
mozilla/layout/html/tests/formctls/bugs/bug79927-3.html
Normal 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>
|
||||
@@ -102,6 +102,7 @@ bug77068.html
|
||||
bug79863.html
|
||||
bug79927-1.html
|
||||
bug79927-2.html
|
||||
bug79927-3.html
|
||||
bug81448.html
|
||||
bug8665.html
|
||||
bug88849.html
|
||||
|
||||
Reference in New Issue
Block a user