Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ad1a5da36cb19fd141c9cea2551de2a031279fec |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +.left { |
| + -webkit-shape-outside: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x); |
| + float: left; |
| + width: 60px; |
| + height: 1em; |
| +} |
| +</style> |
| +<div class="left"></div> |
| +<img width=30 src="resources/deleteButton.png"> |