mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #10558 - frewsxcv:tr-SectionRowIndex, r=KiChjang
Implement `sectionRowIndex` property on `<tr>`. Fixes 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/10558) <!-- Reviewable:end -->
This commit is contained in:
commit
9053721a32
5 changed files with 29 additions and 76 deletions
|
@ -4308,9 +4308,6 @@
|
|||
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "vAlign" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement interface: attribute sectionRowIndex]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement interface: attribute align]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4323,9 +4320,6 @@
|
|||
[HTMLTableRowElement interface: attribute vAlign]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "sectionRowIndex" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "align" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,59 +0,0 @@
|
|||
[sectionRowIndex.html]
|
||||
type: testharness
|
||||
[Row in thead in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in implicit tbody in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Other row in implicit tbody in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in explicit tbody in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in tfoot in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in thead in nested table in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in implicit tbody in nested table in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in explicit tbody in nested table in HTML]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created div in table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created thead in table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created tbody in table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created tfoot in table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created tr in tbody in table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created td in tr in tbody in table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created nested table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created thead in nested table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created tbody in nested table]
|
||||
expected: FAIL
|
||||
|
||||
[Row in script-created tfoot in nested table]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue