| Index: third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html b/third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
|
| similarity index 60%
|
| copy from third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
|
| copy to third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
|
| index 197b2da7e976a1d23b952a7b1c3ccc0d23e22e94..2ab2bf4223e592e791a82df1f33b3942869868a7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
|
| @@ -1,16 +1,16 @@
|
| <!DOCTYPE html>
|
| <style>
|
| body {
|
| + zoom: 2;
|
| margin: 0;
|
| }
|
| div {
|
| - width: 100px;
|
| + position: absolute;
|
| + top: 0;
|
| + left: 10px;
|
| + width: 80px;
|
| height: 100px;
|
| background-color: green;
|
| }
|
| -::-webkit-scrollbar {
|
| - width: 0px;
|
| - height: 0px;
|
| -}
|
| </style>
|
| <div></div>
|
|
|