| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
|
| index ac1609750304202c3b12f52382f5421128ac8da9..10a5837fdec70c7eedb1c4b0ead2b38c5600f118 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
|
| @@ -94,7 +94,7 @@
|
| window.testRunner.dumpAsText();
|
|
|
| var propertiesToCheck = {
|
| - "background-position": "10px 10px",
|
| + "background-position": "left 10px top 10px",
|
| "background-size": "400px 300px",
|
| "-webkit-border-horizontal-spacing": "10px",
|
| "-webkit-border-vertical-spacing": "10px",
|
| @@ -125,7 +125,7 @@
|
| "-webkit-column-width": "80px",
|
| "-webkit-column-gap": "20px",
|
|
|
| - "-webkit-mask-position": "10px 10px",
|
| + "-webkit-mask-position": "left 10px top 10px",
|
| "-webkit-mask-size": "10px 10px",
|
| "-webkit-perspective": "400px",
|
| "-webkit-perspective-origin": "20px 20px",
|
|
|