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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/screen-orientation-override-expected.txt

Issue 2548263002: [DevTools] Migrate dom, emulation, inspector, network, page and schema handlers to new generator. (Closed)
Patch Set: rebased atop of roll Created 4 years 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 CONSOLE MESSAGE: line 25: angle: 0; type: portrait-primary 1 CONSOLE MESSAGE: line 25: angle: 0; type: portrait-primary
2 CONSOLE MESSAGE: line 25: angle: 180; type: portrait-secondary 2 CONSOLE MESSAGE: line 25: angle: 180; type: portrait-secondary
3 CONSOLE MESSAGE: line 25: angle: 90; type: landscape-primary 3 CONSOLE MESSAGE: line 25: angle: 90; type: landscape-primary
4 CONSOLE MESSAGE: line 25: angle: 270; type: landscape-secondary 4 CONSOLE MESSAGE: line 25: angle: 270; type: landscape-secondary
5 CONSOLE MESSAGE: line 25: angle: 0; type: landscape-primary 5 CONSOLE MESSAGE: line 25: angle: 0; type: landscape-primary
6 6
7 Running: initial 7 Running: initial
8 8
9 Running: setWrongAngle1 9 Running: setWrongAngle1
10 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Missing or invalid 'Screen orientation angle must be non-negative, less than 360' parameter"} 10 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Screen orientation angle must be non-negative, less than 360"}
11 11
12 Running: setWrongAngle2 12 Running: setWrongAngle2
13 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Missing or invalid 'Screen orientation angle must be non-negative, less than 360' parameter"} 13 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Screen orientation angle must be non-negative, less than 360"}
14 14
15 Running: setWrongType 15 Running: setWrongType
16 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Missing or invalid 'Invalid screen orientation type value' parameter"} 16 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Invalid screen orientation type value"}
17 17
18 Running: setPortraitPrimary 18 Running: setPortraitPrimary
19 angle: 0; type: portrait-primary 19 angle: 0; type: portrait-primary
20 20
21 Running: setPortraitSecondary 21 Running: setPortraitSecondary
22 angle: 180; type: portrait-secondary 22 angle: 180; type: portrait-secondary
23 23
24 Running: setLandscapePrimary 24 Running: setLandscapePrimary
25 angle: 90; type: landscape-primary 25 angle: 90; type: landscape-primary
26 26
27 Running: restoresAfterReload 27 Running: restoresAfterReload
28 Page reloaded. 28 Page reloaded.
29 angle: 90; type: landscape-primary 29 angle: 90; type: landscape-primary
30 30
31 Running: setLandscapeSecondary 31 Running: setLandscapeSecondary
32 angle: 270; type: landscape-secondary 32 angle: 270; type: landscape-secondary
33 33
34 Running: clearOverride 34 Running: clearOverride
35 Equals to initial: true 35 Equals to initial: true
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698