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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/resources/device-scale-not-persistant.html

Issue 2960023003: [DevTools] Migrate inspector-protocol/emulation tests to new harness (Closed)
Patch Set: Created 3 years, 6 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/resources/device-scale-not-persistant.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/resources/device-scale-not-persistant.html b/third_party/WebKit/LayoutTests/inspector-protocol/resources/device-scale-not-persistant.html
new file mode 100644
index 0000000000000000000000000000000000000000..3c0d597f4b5dcc773ae154717f41ae3f0de78483
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/resources/device-scale-not-persistant.html
@@ -0,0 +1,3 @@
+<body>
+<img id='image-test' src='square.png'srcset='square.png 1x, square200.png 2x' />
+</body>

Powered by Google App Engine
This is Rietveld 408576698