1 I got these tests from http://www.hixie.ch/tests/adhoc/dom/traversal/node-iterator/ on February 3, 2008.
2 The only changes I made were:
4 1) Add testRunner.dumpAsText() calls to each test.
6 2) Changed the <![CDATA[]]> near the bottom of tests 001, 002, and 010 to
7 <![CDATA[ ]]> to work around <http://bugzilla.gnome.org/show_bug.cgi?id=514181>.
8 Without the space, libxml2 omits the CharacterData node, causing the tests to fail.