mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
589 B
HTML
18 lines
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>
|