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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt

Issue 2570733002: [Devtools] Fixed devtools altering srcset image after close (Closed)
Patch Set: changes Created 4 years 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-scale-not-persistant-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f43ec9b71cfc5da00d28a584e2fb3c9931817e0e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt
@@ -0,0 +1,22 @@
+Test that srcset does not use wrong image when override scalefactor and then disabled.
+
+
+Set deviceScaleFactor: 1
+Reloading Page
+
+Page reloaded.
+
+Used Image: /resources/square.png
+Set deviceScaleFactor: 2
+Reloading Page
+
+Page reloaded.
+
+Used Image: /resources/square200.png
+Clear deviceScaleFactor
+Reloading Page
+
+Page reloaded.
+
+Current image src equal initial image: Yes
+

Powered by Google App Engine
This is Rietveld 408576698