Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / traversal / hixie-node-iterator / origin.txt
blob9f4224cd3c8392e9aa98c393756bc5e9f6cc1f2a
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.
10     -- Darin