This test checks some DOM Range exceptions. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS node.innerHTML is 'ABCDE' PASS r.surroundContents(document.createElement('a')) threw exception InvalidStateError: Failed to execute 'surroundContents' on 'Range': The Range has partially selected a non-Text node.. PASS r.surroundContents(document.createElement('a')) threw exception HierarchyRequestError: Failed to execute 'surroundContents' on 'Range': Nodes of type 'A' may not be inserted inside nodes of type '#comment'.. PASS successfullyParsed is true TEST COMPLETE