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

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

Issue 1908463002: Modernize fast/hidpi layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NeedsManualRebaseline Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html>
1 <script src="resources/srcset-helper.js"></script> 2 <script src="resources/srcset-helper.js"></script>
2 <style> 3 <style>
3 ul { 4 ul {
4 list-style-image: -webkit-image-set(url('resources/deleteButton.png') 1x, ur l('resources/deleteButton-2x.png') 2x); 5 list-style-image: -webkit-image-set(url('resources/deleteButton.png') 1x , url('resources/deleteButton-2x.png') 2x);
5 list-style-position: inside; 6 list-style-position: inside;
6 padding: 0; 7 padding: 0;
7 } 8 margin: 0;
9 }
8 </style> 10 </style>
9 <ul><li></ul> 11 <ul><li></ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698