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

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

Issue 2168313002: Fix the mobile emulator to use the correct device scale when disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update screen orientation emulator layout test expectation Created 4 years, 4 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
« no previous file with comments | « content/renderer/devtools/render_widget_screen_metrics_emulator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6
6 Running: initial 7 Running: initial
7 8
8 Running: setWrongAngle1 9 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"} 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 11
11 Running: setWrongAngle2 12 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"} 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 14
14 Running: setWrongType 15 Running: setWrongType
(...skipping 11 matching lines...) Expand all
26 Running: restoresAfterReload 27 Running: restoresAfterReload
27 Page reloaded. 28 Page reloaded.
28 angle: 90; type: landscape-primary 29 angle: 90; type: landscape-primary
29 30
30 Running: setLandscapeSecondary 31 Running: setLandscapeSecondary
31 angle: 270; type: landscape-secondary 32 angle: 270; type: landscape-secondary
32 33
33 Running: clearOverride 34 Running: clearOverride
34 Equals to initial: true 35 Equals to initial: true
35 36
OLDNEW
« no previous file with comments | « content/renderer/devtools/render_widget_screen_metrics_emulator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698