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 |
+ |