OLD | NEW |
---|---|
1 CONSOLE ERROR: line 9: Uncaught HierarchyRequestError: Failed to execute 'append Child' on 'Node': Nodes of type 'X' may not be inserted inside nodes of type '#d ocument'. | 1 CONSOLE ERROR: line 9: Uncaught HierarchyRequestError: Failed to execute 'append Child' on 'Node': Only one element on document allowed. |
2 This tests that we are getting the correct message for DOM Exception 3: HIERARCH Y_REQUEST_ERR. | 2 This tests that we are getting the correct message for DOM Exception 3: HIERARCH Y_REQUEST_ERR. |
OLD | NEW |