Adding more regression tests.

git-svn-id: svn://10.0.0.236/trunk@203613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-07-25 04:49:14 +00:00
parent 8c12fe180f
commit de6e53c7fb
3 changed files with 105 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ select_js.html
selectsize3_js.html
select_listbox_sizing.html
select_listbox_sizing_quirks.html
select_small_sizes.html
select_small_sizes2.html
testarea_wrap.html
textarea_sizes.html
textarea_tests.html

View File

@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<body>
0px: <select style="width: 0">
<option>aaa</option>
</select>
<hr>
1px: <select style="width: 1px">
<option>aaa</option>
</select>
<hr>
2px: <select style="width: 2px">
<option>aaa</option>
</select>
<hr>
3px: <select style="width: 3px">
<option>aaa</option>
</select>
<hr>
4px: <select style="width: 4px">
<option>aaa</option>
</select>
<hr>
5px: <select style="width: 5px">
<option>aaa</option>
</select>
<hr>
6px: <select style="width: 6px">
<option>aaa</option>
</select>
<hr>
7px: <select style="width: 7px">
<option>aaa</option>
</select>
<hr>
10px: <select style="width: 10px">
<option>aaa</option>
</select>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<body>
10px: <select style="width: 10px">
<option>aaa</option>
</select>
<hr>
17px: <select style="width: 17px">
<option>aaa</option>
</select>
<hr>
18px: <select style="width: 18px">
<option>aaa</option>
</select>
<hr>
19px: <select style="width: 19px">
<option>aaa</option>
</select>
<hr>
20px: <select style="width: 20px">
<option>aaa</option>
</select>
<hr>
21px: <select style="width: 21px">
<option>aaa</option>
</select>
<hr>
22px: <select style="width: 22px">
<option>aaa</option>
</select>
</body>
</html>