diff --git a/test/ecmascript/assert/element.cloneNode.html b/test/ecmascript/assert/element.cloneNode.html new file mode 100644 index 00000000..f26c3119 --- /dev/null +++ b/test/ecmascript/assert/element.cloneNode.html @@ -0,0 +1,29 @@ + + + + + + + +

Click the button to copy an item from one list to another.

+ + + +

Try changing the deep parameter to false, and only an empty LI element will be cloned.

+ + + + + \ No newline at end of file