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 |
| index a963a618892aa245b0c2126a81c06c7b048fbe85..8969a5ecb113d1f64ba3ea92ba23402d6d901c60 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html |
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html |
| @@ -2,10 +2,10 @@ |
| <style> |
| div { |
| zoom: 0.5; |
| - width: 25px; |
| - height: 25px; |
| + width: 26px; |
| + height: 26px; |
| background-image: url('resources/bg_position_larger.gif'); |
| - background-position: 35px 35px; |
| + background-position: 36px 36px; |
| } |
| </style> |
| <div></div> |