blob: 3c0faf22f0d58b4a9246d204190a4d4b57f355d1 [file] [log] [blame]
Test for observer exceptions.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS exc is an instance of RangeError
PASS exc is an instance of RangeError
PASS exc is an instance of DOMException
PASS exc.code is DOMException.SYNTAX_ERR
PASS exc is an instance of DOMException
PASS exc.code is DOMException.SYNTAX_ERR
PASS exc is an instance of DOMException
PASS exc.code is DOMException.SYNTAX_ERR
PASS exc is an instance of DOMException
PASS exc.code is DOMException.SYNTAX_ERR
PASS exc is an instance of TypeError
PASS exc is an instance of DOMException
PASS exc.code is DOMException.INVALID_STATE_ERR
PASS exc is an instance of DOMException
PASS exc.code is DOMException.INVALID_STATE_ERR
PASS exc is an instance of DOMException
PASS exc.code is DOMException.INVALID_STATE_ERR
PASS exc is an instance of DOMException
PASS exc.code is DOMException.INVALID_STATE_ERR
PASS successfullyParsed is true
TEST COMPLETE