blob: ac0bb5648466532f98367e8d9aeb82b731b10352 [file] [edit]
Tests some special cases of the outerHTML setter.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById('svgElement').innerHTML is "<g></g>"
PASS document.documentElement.outerHTML = '' threw exception NoModificationAllowedError: Cannot set outerHTML on element because its parent is not an Element.
PASS a.parentNode is null
PASS a.outerHTML = '' did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE