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

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

Issue 2803233003: [DevTools] Make screen-orientation-override agnostic to real screen orientation (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 25: angle: 0; type: portrait-primary
2 CONSOLE MESSAGE: line 25: angle: 180; type: portrait-secondary
3 CONSOLE MESSAGE: line 25: angle: 90; type: landscape-primary
4 CONSOLE MESSAGE: line 25: angle: 270; type: landscape-secondary
5 CONSOLE MESSAGE: line 25: angle: 0; type: landscape-primary
6 1
7 Running: initial 2 Running: initial
8 3
9 Running: setWrongAngle1 4 Running: setWrongAngle1
10 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Screen orientation angle must be non-negative, less than 360"} 5 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Screen orientation angle must be non-negative, less than 360"}
11 6
12 Running: setWrongAngle2 7 Running: setWrongAngle2
13 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Screen orientation angle must be non-negative, less than 360"} 8 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Screen orientation angle must be non-negative, less than 360"}
14 9
15 Running: setWrongType 10 Running: setWrongType
(...skipping 11 matching lines...) Expand all
27 Running: restoresAfterReload 22 Running: restoresAfterReload
28 Page reloaded. 23 Page reloaded.
29 angle: 90; type: landscape-primary 24 angle: 90; type: landscape-primary
30 25
31 Running: setLandscapeSecondary 26 Running: setLandscapeSecondary
32 angle: 270; type: landscape-secondary 27 angle: 270; type: landscape-secondary
33 28
34 Running: clearOverride 29 Running: clearOverride
35 Equals to initial: true 30 Equals to initial: true
36 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698