summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/368155-negative-margins-1-ref.html
blob: 5596af7b1924812b39f220296a926be259e8ab72 (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>
<html>
<head>
<title>Minimum intrinsic widths combined with negative margins</title>
<style type="text/css">

td { height: 2.5em; }

</style>
</head>
<body>

<table border width="1"><tr><td>
</td></tr></table>
<table border width="1"><tr><td>
</td></tr></table>
<table border width="1"><tr><td>
</td></tr></table>

<table border width="1"><tr><td>
</td></tr></table>
<table border width="1"><tr><td>
</td></tr></table>
<table border width="1"><tr><td>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: 2em"></div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: 3em"></div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: 3em"></div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: 0.5em"></div>
</td></tr></table>

</body>
</html>