no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / forms / input / file / label-min-inline-size.html
blob3c97476211364e1832f389f3958c3e2fd4919f83
1 <!DOCTYPE HTML>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html><head>
7 <meta charset="utf-8">
8 <title>Testcase for bug 1500530</title>
9 <style type="text/css">
10 html,body {
11 color:black; background-color:white; font:48pt/1 Arial; padding:0; margin:0;
14 input {
15 font-family: Arial;
16 font-size: 48pt;
17 vertical-align: top;
18 background: lime;
20 div { text-indent: -24ch; margin-top: -2px; }
22 mask {
23 position: absolute;
24 left: 100px; right: 0; top: 0; bottom: 0;
25 background: black;
28 mask2 {
29 position: absolute;
30 left: 0; right: 0; top: 18px; bottom: 0;
31 background: black;
34 </style>
35 </head>
36 <body>
38 <mask></mask>
39 <mask2></mask2>
40 <div><input type="file"></div>
43 </body>
44 </html>