mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #12293 - notriddle:margins_in_tables, r=mbrubeck
Correct negative margins in centered table cells Fixes the cell-filling links on @AelitaBot [queue viewer page](http://ec2-52-26-55-30.us-west-2.compute.amazonaws.com/). --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] Couldn't find an applicable issue, and by the time I reduced the test case I'd already found the bug - [X] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12293) <!-- Reviewable:end -->
This commit is contained in:
commit
7afe975281
4 changed files with 46 additions and 0 deletions
|
@ -4960,6 +4960,18 @@
|
|||
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_vertical_align_margin_padding.html": [
|
||||
{
|
||||
"path": "css/table_vertical_align_margin_padding.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_vertical_align_margin_padding_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_vertical_align_margin_padding.html"
|
||||
}
|
||||
],
|
||||
"css/table_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/table_width_attribute_a.html",
|
||||
|
@ -12098,6 +12110,18 @@
|
|||
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_vertical_align_margin_padding.html": [
|
||||
{
|
||||
"path": "css/table_vertical_align_margin_padding.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_vertical_align_margin_padding_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_vertical_align_margin_padding.html"
|
||||
}
|
||||
],
|
||||
"css/table_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/table_width_attribute_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue