Implement rowIndex property on <tr>.

Part of https://github.com/servo/servo/issues/10509.
This commit is contained in:
Corey Farwell 2016-04-10 12:04:57 -04:00
parent ea97c89055
commit 23eb15c820
5 changed files with 31 additions and 45 deletions

View file

@ -4332,9 +4332,6 @@
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "vAlign" with the proper type (6)]
expected: FAIL
[HTMLTableRowElement interface: attribute rowIndex]
expected: FAIL
[HTMLTableRowElement interface: attribute sectionRowIndex]
expected: FAIL
@ -4350,9 +4347,6 @@
[HTMLTableRowElement interface: attribute vAlign]
expected: FAIL
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "rowIndex" with the proper type (0)]
expected: FAIL
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "sectionRowIndex" with the proper type (1)]
expected: FAIL