Adding regression test

git-svn-id: svn://10.0.0.236/trunk@195604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2006-04-27 22:37:15 +00:00
parent ac9774e0bc
commit f0077191b4
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<body>
<div> a <input type="file"> b </div>
<div> a <input type="file" style="height: 100px"> b </div>
<div> a <input type="file" style="width: 100px"> b </div>
<div> a <input type="file" style="width: 100%"> b </div>
<div> a <input type="file" dir="rtl"> b </div>
<div style="direction: rtl"> a <input type="file"> b </div>
<div style="width: 100px; border: 1px solid green"> a <input type="file"> b </div>
<div style="width: 100px; border: 1px solid green"> a <input type="file" style="width: 100%"> b </div>
</body>
</html>

View File

@ -24,6 +24,7 @@ input_radio_strict.html
input_submit_strict.html
input_reset_strict.html
input_file_strict.html
input_file_strict2.html
input_hidden_strict.html
input_image_strict.html
input_button_strict.html