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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt

Issue 2130203002: [DevTools] Better ExceptionDetails in js_protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..06a7cb8b372765d599e2ee22f78f894123bc0f39
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-compileScript-expected.txt
@@ -0,0 +1,24 @@
+{
+ exceptionDetails : {
+ columnNumber : 2
+ lineNumber : 1
+ scriptId : 0
+ text : Uncaught SyntaxError: Unexpected end of input
+ url : foo1.js
+ }
+}
+{
+ scriptId : 0
+}
+{
+}
+{
+ exceptionDetails : {
+ columnNumber : 13
+ lineNumber : 0
+ scriptId : 0
+ text : Uncaught SyntaxError: Unexpected identifier
+ url : foo4.js
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698