tenfourfox/layout/reftests/margin-collapsing/table-sibling-3-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
355 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#table1 {
display: table;
height: 20px; width: 100px;
background-color: green;
margin-bottom: 20px;
}
#table3 {
display: table;
height: 20px; width: 100px;
background-color: blue;
}
</style>
</head>
<body>
<div id="table1"></div>
<div id="table2"></div>
<div id="table3"></div>
</body>
</html>