Implement HTMLTableRowElement::Cells

Extracted from #6936
This commit is contained in:
David Zbarsky
2015-10-01 19:53:35 -04:00
committed by Corey Farwell
parent ba2714f4f6
commit 4e64ff499b
5 changed files with 64 additions and 11 deletions

View File

@@ -4791,9 +4791,6 @@
[HTMLTableRowElement interface: attribute sectionRowIndex]
expected: FAIL
[HTMLTableRowElement interface: attribute cells]
expected: FAIL
[HTMLTableRowElement interface: operation insertCell(long)]
expected: FAIL
@@ -4818,9 +4815,6 @@
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "sectionRowIndex" with the proper type (1)]
expected: FAIL
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "cells" with the proper type (2)]
expected: FAIL
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "insertCell" with the proper type (3)]
expected: FAIL