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

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

Issue 1723663005: Revert of [DevTools] Move screen orientation override to RenderWidgetScreenMetricsEmulator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 22: angle: 0; type: portrait-primary
2 CONSOLE MESSAGE: line 22: angle: 180; type: portrait-secondary
3 CONSOLE MESSAGE: line 22: angle: 90; type: landscape-primary
4 CONSOLE MESSAGE: line 22: angle: 270; type: landscape-secondary
5 1
6 Running: initial 2 Running: initial
3 angle: 90; type: landscape-primary
7 4
8 Running: setWrongAngle1 5 Running: setWrongAngle1
9 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Missing or invalid 'Screen orientation angle must be non-negative, less than 360' parameter"} 6 Angle should be in [0; 360) interval
10 7
11 Running: setWrongAngle2 8 Running: setWrongAngle2
12 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Missing or invalid 'Screen orientation angle must be non-negative, less than 360' parameter"} 9 Angle should be in [0; 360) interval
13 10
14 Running: setWrongType 11 Running: setWrongType
15 error: Request Emulation.setDeviceMetricsOverride failed. {"code":-32602,"messag e":"Missing or invalid 'Invalid screen orientation type value' parameter"} 12 Wrong type value
16 13
17 Running: setPortraitPrimary 14 Running: setPortraitPrimary
18 angle: 0; type: portrait-primary 15 angle: 0; type: portrait-primary
19 16
20 Running: setPortraitSecondary 17 Running: setPortraitSecondary
21 angle: 180; type: portrait-secondary 18 angle: 180; type: portrait-secondary
22 19
23 Running: setLandscapePrimary 20 Running: setLandscapePrimary
24 angle: 90; type: landscape-primary 21 angle: 90; type: landscape-primary
25 22
26 Running: restoresAfterReload 23 Running: restoresAfterReload
27 Page reloaded. 24 Page reloaded.
28 angle: 90; type: landscape-primary 25 angle: 90; type: landscape-primary
29 26
30 Running: setLandscapeSecondary 27 Running: setLandscapeSecondary
31 angle: 270; type: landscape-secondary 28 angle: 270; type: landscape-secondary
32 29
33 Running: clearOverride 30 Running: clearOverride
34 Equals to initial: true 31 angle: 90; type: landscape-primary
35 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698