Tests that Runtime throws exceptions after enabling domain on scripts with errors. Enabling Runtime Domain. { method : Runtime.exceptionThrown params : { exceptionDetails : { columnNumber : 12 exception : { className : SyntaxError description : SyntaxError: Unexpected token ';' objectId : subtype : error type : object } exceptionId : executionContextId : lineNumber : 1 scriptId : text : Uncaught SyntaxError: Unexpected token ';' url : syntaxError.js } timestamp : } } { method : Runtime.exceptionThrown params : { exceptionDetails : { columnNumber : 12 exception : { className : ReferenceError description : ReferenceError: y is not defined at referenceError.js:2:13 objectId : subtype : error type : object } exceptionId : executionContextId : lineNumber : 1 scriptId : text : Uncaught ReferenceError: y is not defined url : referenceError.js } timestamp : } }