servo/tests/ref/border_spacing_empty_table.html
2015-04-28 10:30:47 -07:00

19 lines
274 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
body {
background: yellow;
}
table {
border-spacing: 100px;
background: darkblue;
}
</style>
</head>
<body>
<table></table>
</body>
</html>