servo/tests
bors-servo c2ac495188 Auto merge of #14798 - mbrubeck:rowgroup, r=notriddle
Fix rowspan handling for rows that span to the end of the rowgroup

This fixes `rowspan="0"` to behave as described in [the HTML spec](https://html.spec.whatwg.org/multipage/tables.html#attributes-common-to-td-and-th-elements):

> For this attribute, the value zero means that the cell is to span all the remaining rows in the row group.

It also prevents any `rowspan` from overlapping into another rowgroup, as required by [HTML § 4.9.12](https://html.spec.whatwg.org/multipage/tables.html#table-processing-model):

> Row groups cannot overlap each other. Similarly, column groups cannot overlap each other. A cell cannot cover slots that are from two or more row groups.

r? @notriddle or @pcwalton

---

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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/14798)
<!-- Reviewable:end -->
2016-12-30 21:56:00 -08:00
..
compiletest Make the dom module private. 2016-12-22 16:06:23 +01:00
dromaeo
heartbeats Update profiler logging with current ProfilerCategory enum values 2016-11-17 19:36:58 -08:00
html Remove unused html bluetooth tests 2016-12-21 14:21:17 +01:00
jquery
power
unit Fix an unused variable warning in net_tests 2016-12-30 17:24:10 -08:00
wpt Fix rowspan handling for rows that span to the end of the rowgroup 2016-12-30 17:27:20 -08:00