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.