This is a simple test of both importNode and cloneNode, created from an example that demonstrated a bug in importNode.

The original node:
Outer bit
Inner bit.
Copied with importNode():
Copied with cloneNode():