blob: e3f3cc2c662b01b0f3f78b9d588e8b8efa52fc68 [file] [log] [blame]
CONSOLE MESSAGE: line 1: SomeError
The test passes if error event gets sanitized information about the script error.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS event.message.match(/SomeError/) is null
PASS event.filename is ""
PASS event.lineno is 0
PASS event.colno is 0
PASS event.error is null
PASS successfullyParsed is true
TEST COMPLETE