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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html

Issue 1756763004: Merge image sizing algorithms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unused variable 'styleImage' in release Created 4 years, 9 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/fast/hidpi/image-set-list-style-image.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html
new file mode 100644
index 0000000000000000000000000000000000000000..b23af9b5273771e022d5c5759d0109edc1aaabdc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html
@@ -0,0 +1,9 @@
+<script src="resources/srcset-helper.js"></script>
+<style>
+ul {
+ list-style-image: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x);
+ list-style-position: inside;
+ padding: 0;
+}
+</style>
+<ul><li></ul>

Powered by Google App Engine
This is Rietveld 408576698