Adding regression test
git-svn-id: svn://10.0.0.236/trunk@195604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ac9774e0bc
commit
f0077191b4
@ -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>
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user