Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 first "let a = 1;" result: wasThrown = false 1
2 second "let a = 1;" result: wasThrown = true 2 first 'let a = 1;' result: wasThrown = false
3 second 'let a = 1;' result: wasThrown = true
3 exception message: Uncaught SyntaxError: Identifier 'a' has already been declare d 4 exception message: Uncaught SyntaxError: Identifier 'a' has already been declare d
4 at <anonymous>:1:1 5 at <anonymous>:1:1
5 {"result":{"type":"number","value":42,"description":"42"}} 6 {"result":{"type":"number","value":42,"description":"42"}}
6 function $(selector, [startNode]) { [Command Line API] } 7 function $(selector, [startNode]) { [Command Line API] }
7 function $$(selector, [startNode]) { [Command Line API] } 8 function $$(selector, [startNode]) { [Command Line API] }
8 function $x(xpath, [startNode]) { [Command Line API] } 9 function $x(xpath, [startNode]) { [Command Line API] }
9 function dir(value) { [Command Line API] } 10 function dir(value) { [Command Line API] }
10 function dirxml(value) { [Command Line API] } 11 function dirxml(value) { [Command Line API] }
11 function keys(object) { [Command Line API] } 12 function keys(object) { [Command Line API] }
12 function values(object) { [Command Line API] } 13 function values(object) { [Command Line API] }
13 function profile(title) { [Command Line API] } 14 function profile(title) { [Command Line API] }
14 function profileEnd(title) { [Command Line API] } 15 function profileEnd(title) { [Command Line API] }
15 function monitorEvents(object, [types]) { [Command Line API] } 16 function monitorEvents(object, [types]) { [Command Line API] }
16 function unmonitorEvents(object, [types]) { [Command Line API] } 17 function unmonitorEvents(object, [types]) { [Command Line API] }
17 function inspect(object) { [Command Line API] } 18 function inspect(object) { [Command Line API] }
18 function copy(value) { [Command Line API] } 19 function copy(value) { [Command Line API] }
19 function clear() { [Command Line API] } 20 function clear() { [Command Line API] }
20 function getEventListeners(node) { [Command Line API] } 21 function getEventListeners(node) { [Command Line API] }
21 function debug(function) { [Command Line API] } 22 function debug(function) { [Command Line API] }
22 function undebug(function) { [Command Line API] } 23 function undebug(function) { [Command Line API] }
23 function monitor(function) { [Command Line API] } 24 function monitor(function) { [Command Line API] }
24 function unmonitor(function) { [Command Line API] } 25 function unmonitor(function) { [Command Line API] }
25 function table(data, [columns]) { [Command Line API] } 26 function table(data, [columns]) { [Command Line API] }
26 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698