gecko-dev/layout/html/tests/formctls/base/input_file_strict2.html

18 строки
589 B
HTML

<!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>