Implement the table section IDL attributes for HTML tables

This commit is contained in:
Yoav Alon
2016-03-13 21:47:35 +02:00
parent dfb482a2b7
commit 5e3dcae71f
9 changed files with 285 additions and 66 deletions

View File

@@ -4152,27 +4152,6 @@
[HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type (10)]
expected: FAIL
[HTMLTableElement interface: attribute tHead]
expected: FAIL
[HTMLTableElement interface: operation createTHead()]
expected: FAIL
[HTMLTableElement interface: operation deleteTHead()]
expected: FAIL
[HTMLTableElement interface: attribute tFoot]
expected: FAIL
[HTMLTableElement interface: operation createTFoot()]
expected: FAIL
[HTMLTableElement interface: operation deleteTFoot()]
expected: FAIL
[HTMLTableElement interface: attribute tBodies]
expected: FAIL
[HTMLTableElement interface: operation insertRow(long)]
expected: FAIL
@@ -4206,27 +4185,6 @@
[HTMLTableElement interface: attribute cellSpacing]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "tHead" with the proper type (3)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "createTHead" with the proper type (4)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "deleteTHead" with the proper type (5)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "tFoot" with the proper type (6)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "createTFoot" with the proper type (7)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "deleteTFoot" with the proper type (8)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "tBodies" with the proper type (9)]
expected: FAIL
[HTMLTableElement interface: document.createElement("table") must inherit property "insertRow" with the proper type (12)]
expected: FAIL