Auto merge of #10508 - g-k:insert-row, r=KiChjang

Insert row

Fixes #9269

<!-- 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/10508)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-19 01:38:38 +05:30
commit 19a5a9ad08
8 changed files with 100 additions and 42 deletions

View file

@ -4128,9 +4128,6 @@
[HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type (10)]
expected: FAIL
[HTMLTableElement interface: operation insertRow(long)]
expected: FAIL
[HTMLTableElement interface: operation deleteRow(long)]
expected: FAIL
@ -4161,12 +4158,6 @@
[HTMLTableElement interface: attribute cellSpacing]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "insertRow" with the proper type (12)]
expected: FAIL
[HTMLTableElement interface: calling insertRow(long) on document.createElement("table") with too few arguments must throw TypeError]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "deleteRow" with the proper type (13)]
expected: FAIL