DOM Test Suite: Interface Node

Instructions

This test does not test all node types, only the ones easily used in HTML, except for documentFragment, which will be tested separately. It therefore doesn't test node insertion or appending with documentFragments.

It also does not test the defined constants in the definition of Node, since they aren't in the javascript binding. (correct???)

This test tests that childNodes is a dynamic list of the child nodes. See section 1.1.1 of the DOM spec for more information on this.

These tests should all be run separately. You will need to reload the page between them. They're just all in one page for my convenience.

Testing Area

Output:

Bugzilla: 6033, 6046, 6052, 6069, 6071, 6073, 6152.


Valid HTML 4.0!

(Back to DOM Testing Information, David Baron)

LDB, dbaron@dbaron.org