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:
bors-servo 2016-04-09 16:36:40 +05:30
commit 32e53b80e2
6 changed files with 31 additions and 29 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
[caption_001.html]
type: testharness
[caption of the third table element should be null]
expected: FAIL

View file

@ -3,9 +3,6 @@
[insertRow(): Empty table]
expected: FAIL
[table should start out empty]
expected: FAIL
[insertRow should insert a tr element]
expected: FAIL

View file

@ -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