Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..978768f61912b2a03fecaa2c38bbf07cab223cbb |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +div { |
| + width: 108px; |
| + height: 20px; |
| + background: url(../resources/star_sprites.png) no-repeat 0 bottom; |
| + background-size: 108px 172px; |
| +} |
| +</style> |
| +<body> |
| +<div></div> |