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

Unified Diff: LayoutTests/inspector/device-emulation/device-emulation-scale-only-expected.txt

Issue 205403004: [DevTools] Allow overriding only the device scale factor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, one test fixed Created 6 years, 9 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: LayoutTests/inspector/device-emulation/device-emulation-scale-only-expected.txt
diff --git a/LayoutTests/inspector/device-emulation/device-emulation-scale-only-expected.txt b/LayoutTests/inspector/device-emulation/device-emulation-scale-only-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c99196e78d3b81dde787a1a85eb778d73639df68
--- /dev/null
+++ b/LayoutTests/inspector/device-emulation/device-emulation-scale-only-expected.txt
@@ -0,0 +1,10 @@
+Tests that overriding only device scale factor does not affect any other value.
+
+Overriding device scale factor: 1
+Got device scale factor: 1
+Overriding device scale factor: 2
+Got device scale factor: 2
+Overriding device scale factor: 3
+Got device scale factor: 3
+Overriding device scale factor: 0
+

Powered by Google App Engine
This is Rietveld 408576698