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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-responsive-expected.txt

Issue 2446113004: DevTools: add tests for device mode's responsive mode (Closed)
Patch Set: ac Created 4 years, 1 month 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
(Empty)
1 Test that device mode's responsive mode behaves correctly when adjusting inputs.
2
3
4 Setting device mode to responsive mode with viewport of size: {"width":320,"heig ht":480}
5 Scale: 1, appliedDeviceSize: {"width":320,"height":480}, screenRect: {"left":0," top":0,"width":320,"height":480}, visiblePageRect: {"left":0,"top":0,"width":320 ,"height":480}, outlineRect: {"left":0,"top":0,"width":320,"height":480}
6 Setting width to 319
7 Scale: 1, appliedDeviceSize: {"width":319,"height":480}, screenRect: {"left":0.5 ,"top":0,"width":319,"height":480}, visiblePageRect: {"left":0,"top":0,"width":3 19,"height":480}, outlineRect: {"left":0.5,"top":0,"width":319,"height":480}
8 Setting width to 321
9 Scale: 0.99, appliedDeviceSize: {"width":321,"height":484}, screenRect: {"left": 1.1049999999999898,"top":0,"width":317.79,"height":479.15999999999997}, visibleP ageRect: {"left":0,"top":0,"width":317.79,"height":479.15999999999997}, outlineR ect: {"left":1.1049999999999898,"top":0,"width":317.79,"height":479.159999999999 97}
10 Setting width to 320
11 Scale: 1, appliedDeviceSize: {"width":320,"height":480}, screenRect: {"left":0," top":0,"width":320,"height":480}, visiblePageRect: {"left":0,"top":0,"width":320 ,"height":480}, outlineRect: {"left":0,"top":0,"width":320,"height":480}
12 Setting height to 479
13 Scale: 1, appliedDeviceSize: {"width":320,"height":479}, screenRect: {"left":0," top":0,"width":320,"height":479}, visiblePageRect: {"left":0,"top":0,"width":320 ,"height":479}, outlineRect: {"left":0,"top":0,"width":320,"height":479}
14 Setting height to 481
15 Scale: 0.99, appliedDeviceSize: {"width":320,"height":481}, screenRect: {"left": 1.5999999999999943,"top":0,"width":316.8,"height":476.19}, visiblePageRect: {"le ft":0,"top":0,"width":316.8,"height":476.19}, outlineRect: {"left":1.59999999999 99943,"top":0,"width":316.8,"height":476.19}
16 Setting height to 480
17 Scale: 1, appliedDeviceSize: {"width":320,"height":480}, screenRect: {"left":0," top":0,"width":320,"height":480}, visiblePageRect: {"left":0,"top":0,"width":320 ,"height":480}, outlineRect: {"left":0,"top":0,"width":320,"height":480}
18
19 Setting scale to 0.5
20 Scale: 0.5, appliedDeviceSize: {"width":320,"height":480}, screenRect: {"left":8 0,"top":0,"width":160,"height":240}, visiblePageRect: {"left":0,"top":0,"width": 160,"height":240}, outlineRect: {"left":80,"top":0,"width":160,"height":240}
21 Setting scale to 1
22 Scale: 1, appliedDeviceSize: {"width":320,"height":480}, screenRect: {"left":0," top":0,"width":320,"height":480}, visiblePageRect: {"left":0,"top":0,"width":320 ,"height":480}, outlineRect: {"left":0,"top":0,"width":320,"height":480}
23 Setting scale to 1.25
24 Scale: 1.25, appliedDeviceSize: {"width":256,"height":384}, screenRect: {"left": 0,"top":0,"width":320,"height":480}, visiblePageRect: {"left":0,"top":0,"width": 320,"height":480}, outlineRect: {"left":0,"top":0,"width":320,"height":480}
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698