Implement Text.splitText()

This commit is contained in:
Anthony Ramine 2015-04-23 10:56:41 +02:00
parent a3dafe4999
commit 163d97d270
3 changed files with 43 additions and 12 deletions

View file

@ -276,15 +276,6 @@
[Text interface object length]
expected: FAIL
[Text interface: operation splitText(unsigned long)]
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
[CharacterData interface: calling before([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
expected: FAIL