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

Unified Diff: third_party/WebKit/LayoutTests/inspector/device-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/device-emulation/device-emulation-partial-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-partial-expected.txt b/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-partial-expected.txt
deleted file mode 100644
index f9c090b873facfc0c27d08afd2b7c51b473dab8b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-partial-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-Tests that overriding only a single parameter does not affect others.
-
-
-Running: collectMetrics
-
-Running: noOverrides
-[PASS]
-
-Running: width
-[PASS]: width=300
-
-Running: height
-[PASS]: height=400
-
-Running: deviceScaleFactor1
-[PASS]: deviceScaleFactor=1
-
-Running: deviceScaleFactor2
-[PASS]: deviceScaleFactor=2
-
-Running: clear
-[PASS]
-
-Running: anotherWidth
-[PASS]: width=400
-
-Running: anotherHeight
-[PASS]: height=300
-
-Running: deviceScaleFactor3
-[PASS]: deviceScaleFactor=3
-
-Running: clear
-[PASS]
-

Powered by Google App Engine
This is Rietveld 408576698