From ead7bf7596633ca0d07b61a370d8a6e53ecb3721 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 10:07:15 +0000 Subject: Re-disable all known fails svn path=/trunk/libdom/; revision=13584 --- .../level1/core/hc_textsplittextone.xml.kfail | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/testcases/tests/level1/core/hc_textsplittextone.xml.kfail (limited to 'test/testcases/tests/level1/core/hc_textsplittextone.xml.kfail') diff --git a/test/testcases/tests/level1/core/hc_textsplittextone.xml.kfail b/test/testcases/tests/level1/core/hc_textsplittextone.xml.kfail new file mode 100644 index 0000000..9fc5307 --- /dev/null +++ b/test/testcases/tests/level1/core/hc_textsplittextone.xml.kfail @@ -0,0 +1,49 @@ + + + + + +hc_textSplitTextOne +Curt Arnold + + The "splitText(offset)" method breaks the Text node into + two Text nodes at the specified offset keeping each node + as siblings in the tree. + + Retrieve the textual data from the second child of the + third employee and invoke the "splitText(offset)" method. + The method splits the Text node into two new sibling + Text nodes keeping both of them in the tree. This test + checks the "nextSibling()" method of the original node + to ensure that the two nodes are indeed siblings. + + +2002-06-09 + + + + + + + + + + + + + + + + + + -- cgit v1.2.3