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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt

Issue 2687683005: DevTools: rebaseline tests for backwards compatibility (Closed)
Patch Set: Created 3 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/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
similarity index 87%
copy from third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
index 4d582b2bf394eb1fc484996454f5603130649fad..851eeaab2f93ab5131071bb8df776c73c5b2e399 100644
--- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
@@ -3,28 +3,31 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32700
- message : "Message must be a valid JSON"
+ message : "Message must be in JSON format"
}
+ id : null
}
-------------------------------------------------------
{
error : {
code : -32600
- message : "Message must have integer 'id' porperty"
+ message : "The type of 'id' property must be number"
}
+ id : null
}
-------------------------------------------------------
{
error : {
code : -32600
- message : "Message must have integer 'id' porperty"
+ message : "The type of 'id' property must be number"
}
+ id : null
}
-------------------------------------------------------
{
error : {
code : -32600
- message : "Message must have string 'method' porperty"
+ message : "The type of 'method' property must be string"
}
id : 1
}
@@ -49,7 +52,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "nodeId: integer value expected"
- message : "Invalid parameters"
+ message : "Invalid request"
}
id : 4
}
@@ -58,7 +61,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "nodeId: integer value expected"
- message : "Invalid parameters"
+ message : "Invalid request"
}
id : 5
}
@@ -67,7 +70,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "nodeId: integer value expected"
- message : "Invalid parameters"
+ message : "Invalid request"
}
id : 6
}
@@ -76,7 +79,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "nodeId: integer value expected"
- message : "Invalid parameters"
+ message : "Invalid request"
}
id : 7
}

Powered by Google App Engine
This is Rietveld 408576698