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

Unified Diff: third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices-expected.txt

Issue 2431823002: DevTools: device mode devices remember last used zoom (Closed)
Patch Set: Devices remember last scale Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices-expected.txt b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..de5d820ffc5a36f222de448ac1298ce47ed46779
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices-expected.txt
@@ -0,0 +1,18 @@
+Test preservation of orientation and scale when that switching devices in device mode.
+
+Testing orientation preservation.
+Phone0 Orientation: vertical
+Setting mode to horizontal
+Switch to phone 1
+Phone1 Orientation: horizontal
+Phone without horizontal mode Orientation: vertical
+Switch to phone 0
+
+Test that devices remember their scale.
+Setting scale to 0.5
+Phone0 Scale: 0.5
+Switch to phone 1
+Phone1 Scale: 1
+Switch to phone 0
+Phone0 Scale: 0.5
+

Powered by Google App Engine
This is Rietveld 408576698