From bf1319e7a5b17ba255e05738b6138141e54c3e1b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Dec 2010 12:01:07 +0000 Subject: Remove vestigial domts C file and mark all known failures so test suite for level1/core passes svn path=/trunk/dom/; revision=10998 --- .../level1/core/hc_textsplittexttwo.xml.kfail | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 test/testcases/tests/level1/core/hc_textsplittexttwo.xml.kfail (limited to 'test/testcases/tests/level1/core/hc_textsplittexttwo.xml.kfail') diff --git a/test/testcases/tests/level1/core/hc_textsplittexttwo.xml.kfail b/test/testcases/tests/level1/core/hc_textsplittexttwo.xml.kfail new file mode 100644 index 0000000..86f8f17 --- /dev/null +++ b/test/testcases/tests/level1/core/hc_textsplittexttwo.xml.kfail @@ -0,0 +1,47 @@ + + + + + +hc_textSplitTextTwo +Curt Arnold + + After the "splitText(offset)" method breaks the Text node + into two Text nodes, the original node contains all the + content up to the offset point. + + Retrieve the textual data from the second child of the + third employee and invoke the "splitText(offset)" method. + The original Text node should contain all the content + up to the offset point. The "getNodeValue()" method + is called to check that the original node now contains + the first five characters. + + +2002-06-09 + + + + + + + + + + + + + + + + -- cgit v1.2.3