mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
15
tests/ref/border_spacing_empty_table_ref.html
Normal file
15
tests/ref/border_spacing_empty_table_ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body {
|
||||
background: yellow;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue