| Index: third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
|
| index ae607705bba6424937f22c98757f1c0f67930ffd..44febce45bca36db27786d15fee0c8446c794e73 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
|
| @@ -4,12 +4,15 @@
|
| <style>
|
| div
|
| {
|
| - width: 800px;
|
| + width: 802px;
|
| height: 400px;
|
| - padding: 50px;
|
| + /* The padding and width 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;
|
| border: 50px solid transparent;
|
| background-image: url(resources/circle.png);
|
| - background-size: 73px 40px;
|
| + background-size: 72px 40px;
|
| background-repeat: repeat;
|
| background-origin: content-box;
|
| background-clip: content-box;
|
|
|