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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/screen-orientation-override-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/screen-orientation-override-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/screen-orientation-override-expected.txt
similarity index 75%
copy from third_party/WebKit/LayoutTests/inspector/screen-orientation-override-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/screen-orientation-override-expected.txt
index e954faac1f29b5265a0544228cbe75e4e1027cc4..711aab4810b5bd6b45373792733006fed6b5e0c6 100644
--- a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/screen-orientation-override-expected.txt
@@ -7,13 +7,13 @@ CONSOLE MESSAGE: line 25: angle: 0; type: landscape-primary
Running: initial
Running: setWrongAngle1
-error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"message":"Screen orientation angle must be non-negative, less than 360"}
+error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"message":"Missing or invalid 'Screen orientation angle must be non-negative, less than 360' parameter"}
Running: setWrongAngle2
-error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"message":"Screen orientation angle must be non-negative, less than 360"}
+error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"message":"Missing or invalid 'Screen orientation angle must be non-negative, less than 360' parameter"}
Running: setWrongType
-error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"message":"Invalid screen orientation type value"}
+error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"message":"Missing or invalid 'Invalid screen orientation type value' parameter"}
Running: setPortraitPrimary
angle: 0; type: portrait-primary
« no previous file with comments | « third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/schema-get-domains-matches-agents-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698