mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement rowIndex
property on <tr>
.
Part of https://github.com/servo/servo/issues/10509.
This commit is contained in:
parent
ea97c89055
commit
23eb15c820
5 changed files with 31 additions and 45 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue