From 0ec3a6814834a2e29f0aa3c63354c019186586eb Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 12 Apr 2024 17:19:28 +0200 Subject: [PATCH] [assert] element.cloneNode --- test/ecmascript/assert/element.cloneNode.html | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 test/ecmascript/assert/element.cloneNode.html 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