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