blob: 559d00db25bb8ad64fbb724ae3460a3448c4eef7 [file] [log] [blame]
This test checks a few DOM range exceptions.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS node.innerHTML is '<bar>AB<moo>C</moo>DE</bar>'
PASS foo.outerHTML is '<foo></foo>'
PASS range.surroundContents(foo) threw exception Error: BAD_BOUNDARYPOINTS_ERR: DOM Range Exception 1.
PASS successfullyParsed is true
TEST COMPLETE