W3C DOM tests - Microsoft Core extensions

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

applyElement

An <i> tag is inserted in element x, around the text.

var test = document.createElement('i');
x.applyElement(test)

removeNode

y.removeNode(true)
y.removeNode(false)

replaceNode

x.replaceNode(z)

swapNode

x.swapNode(z)