mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Implement the table section IDL attributes for HTML tables
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user