diff --git a/test/ecmascript/assert/element.appendChild.html b/test/ecmascript/assert/element.appendChild.html new file mode 100644 index 00000000..9e4b4abb --- /dev/null +++ b/test/ecmascript/assert/element.appendChild.html @@ -0,0 +1,30 @@ + + + + + + +

Click the button to append an item to the end of the list.

+ + + + +

Note:
First create an LI node,
then create a Text node,
then append the Text node to the LI node.
Finally append the LI node to the list.

+ + + +