From 0c2eab743266c4cdd689c3361175b8455fedb9ae Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 23 Mar 2012 18:48:55 +0000 Subject: More working (or at least running) tests svn path=/trunk/libdom/; revision=13564 --- .../tests/level1/core/textsplittextfour.xml | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test/testcases/tests/level1/core/textsplittextfour.xml (limited to 'test/testcases/tests/level1/core/textsplittextfour.xml') diff --git a/test/testcases/tests/level1/core/textsplittextfour.xml b/test/testcases/tests/level1/core/textsplittextfour.xml new file mode 100644 index 0000000..c744ae3 --- /dev/null +++ b/test/testcases/tests/level1/core/textsplittextfour.xml @@ -0,0 +1,46 @@ + + + + + +textSplitTextFour +NIST + + The "splitText(offset)" method returns the new Text node. + + Retrieve the textual data from the last child of the + first employee and invoke the "splitText(offset)" method. + The method should return the new Text node. The offset + value used for this test is 30. The "getNodeValue()" + method is called to check that the new node now contains + the characters at and after position 30. + (Starting count at 0) + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + -- cgit v1.2.3