summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/label-min-inline-size-ref.html
blob: 6e8e1287c3c8ac3bf3ac19eac35cff7689dc33a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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:black; font:48pt/1 Arial; padding:0; margin:0;
}

div { width: 100px; height: 20px; margin-top: -2px; background: lime; }

  </style>
</head>
<body>

<div></div>

</body>
</html>