summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/label-min-inline-size.html
blob: 3c97476211364e1832f389f3958c3e2fd4919f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE HTML>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>Testcase for bug 1500530</title>
  <style type="text/css">
html,body {
  color:black; background-color:white; font:48pt/1 Arial; padding:0; margin:0;
}

input {
  font-family: Arial;
  font-size: 48pt;
  vertical-align: top;
  background: lime;
}
div { text-indent: -24ch; margin-top: -2px; }

mask {
  position: absolute;
  left: 100px; right: 0; top: 0; bottom: 0;
  background: black;
}

mask2 {
  position: absolute;
  left: 0; right: 0; top: 18px; bottom: 0;
  background: black;
}

  </style>
</head>
<body>

<mask></mask>
<mask2></mask2>
<div><input type="file"></div>


</body>
</html>