a81fbe802a
BUG=chromium:683335 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2651153004 Cr-Commit-Position: refs/heads/master@{#42672}
24 lines
493 B
Plaintext
24 lines
493 B
Plaintext
Check that setScriptSource completes correctly when an exception is thrown.
|
|
|
|
Running test: testIncorrectScriptId
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Uncaught Script not found
|
|
}
|
|
id : <messageId>
|
|
}
|
|
|
|
Running test: testSourceWithSyntaxError
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
exceptionDetails : {
|
|
columnNumber : 2
|
|
exceptionId : <exceptionId>
|
|
lineNumber : 0
|
|
text : Invalid or unexpected token
|
|
}
|
|
}
|
|
}
|