W3C DOM tests - Microsoft Core extensions
This is the test HTML:
This is element x
.
This is element
y
.
This is element z
.
These tests are about manipulating the nodes in your document.
I advise you to reload this page between tests; executing some tests may preclude others from working.
Test scripts
An <i>
tag is inserted in element x
, around the text.
var test = document.createElement('i');
x.applyElement(test)
y.removeNode(true)
y.removeNode(false)