blob: c4229739c8a9d6c265f94ef1fef5e4a0c30511b3 [file] [log] [blame]
Tests type enforcement on DOM setters.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.body = nodelist; threw exception TypeError: Failed to set the 'body' property on 'Document': Failed to convert value to 'HTMLElement'..
PASS successfullyParsed is true
TEST COMPLETE