| Index: third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html b/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html
|
| index 101c12a5ec8f932a6d0faf4c36cd5ef22316866d..d5eec097abdc1ba0eac1494944d1442c997f3293 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html
|
| @@ -12,9 +12,12 @@
|
| height: 400px;
|
| background-color: red;
|
| border: 50px solid blue;
|
| - padding: 50px;
|
| + /* The padding and values differ here from the test case due
|
| + to sub-pixel rounding differences in the way the background
|
| + image phases are calculated in the repeat vs round cases. */
|
| + padding: 50px 49px;
|
| -webkit-mask-image: url(resources/circle.png);
|
| - -webkit-mask-size: 73px 40px;
|
| + -webkit-mask-size: 72px 40px;
|
| -webkit-mask-repeat: repeat;
|
| -webkit-mask-origin: content-box;
|
| -webkit-mask-clip: content-box;
|
|
|