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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt

Issue 1739613002: DevTools: validate protocol input parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined a test. Created 4 years, 10 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/debugger/debugger-setBreakpoint-before-enabling-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt
index 119fe75d493d26967e87844e0c3876a314f5a81b..f1a1e48af466aa87e89409faa9ff49609c99cc0a 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt
@@ -2,8 +2,6 @@ setBreakpointByUrl error: undefined
setBreakpoint error: {
"code": -32602,
"message": "Some arguments of method 'Debugger.setBreakpoint' can't be processed",
- "data": [
- "Parameter 'location' with type 'Object' was not found."
- ]
+ "data": "location: object expected"
}

Powered by Google App Engine
This is Rietveld 408576698