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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.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, 8 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 <!DOCTYPE html>
2 <style> 2 <style>
3 .left { 3 .left {
4 -webkit-shape-outside: -webkit-image-set(url('resources/deleteButton.png') 1 x, url('resources/deleteButton-2x.png') 2x); 4 -webkit-shape-outside: -webkit-image-set(url('resources/deleteButton.png ') 1x, url('resources/deleteButton-2x.png') 2x);
5 float: left; 5 float: left;
6 width: 60px; 6 width: 60px;
7 height: 1em; 7 height: 1em;
8 } 8 }
9 </style> 9 </style>
10 <div class="left"></div> 10 <div class="left"></div>
11 <img width=30 src="resources/deleteButton.png"> 11 <img width=30 src="resources/deleteButton.png">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698