Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-pause-on-exception-expected.txt
1 CONSOLE ERROR: line 9: Uncaught ReferenceError: unknown_var is not defined
2 Tests that pause on exception works.
3
4 Script source was shown.
5 Script execution paused.
6 Call stack:
7     0) throwAnException (debugger-pause-on-exception.html:9)
8     1) handleClick (debugger-pause-on-exception.html:14)
9 Paused on exception: 'ReferenceError: unknown_var is not defined'.
10 Script execution resumed.
11