Implement Text::wholeText

This commit is contained in:
Anthony Ramine 2015-04-09 14:08:24 +02:00
parent 9cee765c96
commit 890d902d6a
4 changed files with 24 additions and 28 deletions

View file

@ -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

View file

@ -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