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:
bors-servo 2016-07-08 15:25:07 -07:00 committed by GitHub
commit 7afe975281
4 changed files with 46 additions and 0 deletions

View file

@ -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",