Chromium Code Reviews

Side by Side Diff: LayoutTests/inspector/sources/debugger-pause/debugger-pause-in-internal-expected.txt

Issue 1203663003: Rebaseline tests for shipping arrow functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: line 9: Uncaught SyntaxError: Unexpected token ) 1 CONSOLE ERROR: line 9: Uncaught SyntaxError: Expected () to start arrow function , but got '}' instead of '=>'
2 Tests that pause on exception in internal script does not crash. 2 Tests that pause on exception in internal script does not crash.
3 3
4 Script source was shown. 4 Script source was shown.
5 Script execution paused. 5 Script execution paused.
6 Call stack: 6 Call stack:
7 0) throwException (debugger-pause-in-internal.html:9) 7 0) throwException (debugger-pause-in-internal.html:9)
8 1) handleClick (debugger-pause-in-internal.html:14) 8 1) handleClick (debugger-pause-in-internal.html:14)
9 Script execution resumed. 9 Script execution resumed.
10 10
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine