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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-partial-expected.txt

Issue 1638953002: [DevTools] Migrate device-emulation tests from OverridesSupport to inspector-protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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-protocol/emulation/device-emulation-partial-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-partial-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-partial-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1fb02015320440253c83f4ec966c232c9fbce716
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-partial-expected.txt
@@ -0,0 +1,35 @@
+Tests that overriding only a single parameter does not affect others.
+
+
+Running test: collectMetrics
+
+Running test: noOverrides
+[PASS]
+
+Running test: width
+[PASS]: width=300
+
+Running test: height
+[PASS]: height=400
+
+Running test: deviceScaleFactor1
+[PASS]: deviceScaleFactor=1
+
+Running test: deviceScaleFactor2
+[PASS]: deviceScaleFactor=2
+
+Running test: clear
+[PASS]
+
+Running test: anotherWidth
+[PASS]: width=400
+
+Running test: anotherHeight
+[PASS]: height=300
+
+Running test: deviceScaleFactor3
+[PASS]: deviceScaleFactor=3
+
+Running test: clear
+[PASS]
+

Powered by Google App Engine
This is Rietveld 408576698