From 1c2c5c73e4ab7141bc28df19addc849f8b03dcde Mon Sep 17 00:00:00 2001 From: James Shaw Date: Thu, 9 Aug 2007 21:05:15 +0000 Subject: Import more W3C tests that compile successfully svn path=/trunk/dom/; revision=3495 --- test/xml/tests/nodegetfirstchildnull.xml | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 test/xml/tests/nodegetfirstchildnull.xml (limited to 'test/xml/tests/nodegetfirstchildnull.xml') diff --git a/test/xml/tests/nodegetfirstchildnull.xml b/test/xml/tests/nodegetfirstchildnull.xml new file mode 100644 index 0000000..cd67a6f --- /dev/null +++ b/test/xml/tests/nodegetfirstchildnull.xml @@ -0,0 +1,52 @@ + + + + + +nodeGetFirstChildNull +NIST + + + If there is not a first child then the "getFirstChild()" + + method returns null. + + + + Retrieve the Text node form the second child of the first + + employee and invoke the "getFirstChild()" method. It + + should return null. + + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + -- cgit v1.2.3