Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a963a618892aa245b0c2126a81c06c7b048fbe85 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + div { |
| + zoom: 0.5; |
| + width: 25px; |
| + height: 25px; |
| + background-image: url('resources/bg_position_larger.gif'); |
| + background-position: 35px 35px; |
| + } |
| +</style> |
| +<div></div> |