mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Implement Text::wholeText
This commit is contained in:
parent
9cee765c96
commit
890d902d6a
4 changed files with 24 additions and 28 deletions
|
@ -339,18 +339,12 @@
|
|||
[Text interface: operation splitText(unsigned long)]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: attribute wholeText]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: document.createTextNode("abc") must inherit property "splitText" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: calling splitText(unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: document.createTextNode("abc") must inherit property "wholeText" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData interface: document.createTextNode("abc") must inherit property "before" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[Node-properties.html]
|
||||
type: testharness
|
||||
[detachedTextNode.wholeText]
|
||||
expected: FAIL
|
||||
|
||||
[foreignTextNode.wholeText]
|
||||
expected: FAIL
|
||||
|
||||
[detachedForeignTextNode.wholeText]
|
||||
expected: FAIL
|
||||
|
||||
[xmlTextNode.wholeText]
|
||||
expected: FAIL
|
||||
|
||||
[detachedXmlTextNode.wholeText]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue