diff --git a/test/ecmascript/assert/element.isSameNode.html b/test/ecmascript/assert/element.isSameNode.html new file mode 100644 index 00000000..2ca507db --- /dev/null +++ b/test/ecmascript/assert/element.isSameNode.html @@ -0,0 +1,31 @@ + + + + +

Click the button to check if the ul element with id="myList" is the same as the document's first ul element.

+ + + + + +

Note: Firefox stopped supported this method as of version 10, Instead, use === to compare if two nodes are the same.

+ +

Note: Internet Explorer 8 and earlier does not support the isSameNode() method.

+ +

+ + + + +