mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #10086 - KiChjang:table-rows, r=Manishearth
Implement HTMLTableElement#rows Fixes #8084. <!-- 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/10086) <!-- Reviewable:end -->
This commit is contained in:
commit
32e53b80e2
6 changed files with 31 additions and 29 deletions
|
@ -4179,9 +4179,6 @@
|
|||
[HTMLTableElement interface: attribute tBodies]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: attribute rows]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: operation insertRow(long)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4236,9 +4233,6 @@
|
|||
[HTMLTableElement interface: document.createElement("table") must inherit property "tBodies" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: document.createElement("table") must inherit property "rows" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: document.createElement("table") must inherit property "insertRow" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[caption_001.html]
|
||||
type: testharness
|
||||
[caption of the third table element should be null]
|
||||
expected: FAIL
|
||||
|
|
@ -3,9 +3,6 @@
|
|||
[insertRow(): Empty table]
|
||||
expected: FAIL
|
||||
|
||||
[table should start out empty]
|
||||
expected: FAIL
|
||||
|
||||
[insertRow should insert a tr element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,17 +1,5 @@
|
|||
[table-rows.html]
|
||||
type: testharness
|
||||
[Children of table]
|
||||
expected: FAIL
|
||||
|
||||
[Children of thead]
|
||||
expected: FAIL
|
||||
|
||||
[Children of tbody]
|
||||
expected: FAIL
|
||||
|
||||
[Children of tfoot]
|
||||
expected: FAIL
|
||||
|
||||
[Complicated case]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue