summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-properties/width-special-values-block-intrinsic-ref.html
blob: 819244746e2e4ec6f76a091946878d8b2b2b6d11 (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
<!DOCTYPE html>
<html lang="en-US">
<head>
  <title>intrinsic widths for max-content, min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
</head>
<body>

<table border><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border><tr><td>
  <div>AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div>AA B</div>
</td></tr></table>

</body>
</html>