mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Ignore border-spacing for tables with zero cells
This commit is contained in:
parent
32b9c0962b
commit
cad5d8b670
5 changed files with 50 additions and 8 deletions
19
tests/ref/border_spacing_empty_table.html
Normal file
19
tests/ref/border_spacing_empty_table.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue