Skip to content

Commit e3d6106

Browse files
authored
1 parent dd56ae8 commit e3d6106

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<link rel="help" href="https://www.w3.org/TR/CSS22/box.html#collapsing-margins" title="8.3.1 Collapsing margins">
3+
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
4+
<meta name="assert" content="A percentage height is unresolvable (i.e. gets treated as auto) if the containing block is auto.">
5+
<p>Test passes if there is a filled green square.</p>
6+
<div style="height:200px;">
7+
<table style="border-collapse: collapse;">
8+
<td style="overflow:hidden; width:100px; background:green; padding: 0px;">
9+
<div style="margin-bottom:100px;"></div>
10+
<div style="height:30%;"></div>
11+
<div style="margin-top:100px;"></div>
12+
</td>
13+
</table>
14+
</div>

0 commit comments

Comments
 (0)