mirror of
https://github.com/servo/servo.git
synced 2025-10-03 01:59:14 +01:00
Auto merge of #15156 - mbrubeck:border-collapse, r=notriddle
WIP: Fix missing borders in tables with border-collapse This fixes a pair of bugs that caused some borders to be ignored by the border-collapse code. r? @notriddle I haven't done a full test run with this change yet. After a `try` build I will update test expectations and/or add a new test. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #14834 (github issue number if applicable). - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15156) <!-- Reviewable:end -->
This commit is contained in:
commit
1b1557839a
3 changed files with 13 additions and 11 deletions
|
@ -1,3 +0,0 @@
|
|||
[border-conflict-element-001c.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue