mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #10510 - frewsxcv:rowindex, r=KiChjang
Implement `rowIndex` property on `<tr>`. Part of https://github.com/servo/servo/issues/10509. <!-- 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/10510) <!-- Reviewable:end -->
This commit is contained in:
commit
9fb5703c6d
5 changed files with 31 additions and 45 deletions
|
@ -4311,9 +4311,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
|
||||
|
||||
|
@ -4329,9 +4326,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
|
||||
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
[rowIndex.html]
|
||||
type: testharness
|
||||
[HTMLTableRowElement.rowIndex]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 1]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 2]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 3]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 4]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 5]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 6]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 7]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 8]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 9]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 10]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 11]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue