mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement createCaption and deleteCaption on HTMLTableElement
Update web-platform-tests expected data
This commit is contained in:
parent
78792cced2
commit
e24a867ab6
8 changed files with 59 additions and 51 deletions
|
@ -4566,12 +4566,6 @@
|
|||
[HTMLTableElement interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: operation createCaption()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: operation deleteCaption()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: attribute tHead]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4638,12 +4632,6 @@
|
|||
[HTMLTableElement interface: attribute cellSpacing]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: document.createElement("table") must inherit property "createCaption" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: document.createElement("table") must inherit property "deleteCaption" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableElement interface: document.createElement("table") must inherit property "tHead" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[caption_001.html]
|
||||
type: testharness
|
||||
[setting caption on a table]
|
||||
expected: FAIL
|
||||
|
||||
[caption of the third table element should be null]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
[caption-methods.html]
|
||||
type: testharness
|
||||
[createCaption method returns the first caption element child of the table]
|
||||
expected: FAIL
|
||||
|
||||
[createCaption method creates a new caption and inserts it as the first node of the table element]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption method removes the first caption element child of the table element]
|
||||
expected: FAIL
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[delete-caption.html]
|
||||
type: testharness
|
||||
[deleteCaption() delete only caption on table]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption() returns undefined]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption()]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption() does not throw any exceptions when called on a table without a caption]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption() does not delete captions in descendent tables]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption() handles captions from different namespaces]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue