blob: 2357911b7a27e30db3a5f9e0ad915e58098c8b7a [file] [log] [blame]
PASS "stack" in e is true
PASS typeof e.stack is "string"
PASS e.stack.contains("innerFunction") is true
PASS e.stack.contains("outerFunction") is true
PASS Object.prototype.toString.call(e) is "[object DOMException]"
PASS e.name is "HierarchyRequestError"
PASS e.message is "The operation would yield an incorrect node tree."
PASS e.code is 3
PASS e.stack === 42 is true
PASS successfullyParsed is true
TEST COMPLETE