Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html |
| diff --git a/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html b/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html |
| index 37fb864449bb4a7c811059d7821fff1d6e1c8d83..d1b7847a3c724b851a04c4987a691b48afe1ffbf 100644 |
| --- a/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html |
| +++ b/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html |
| @@ -19,6 +19,7 @@ body { |
| <div id="big-black-box"></div> |
| <script> |
| runAfterLayoutAndPaint(function() { |
| + console.log('x'); |
|
Xianzhu
2015/10/22 22:51:48
This will be removed in the next patch set after t
|
| window.scrollTo(0, 10000); |
| }, true); |
| </script> |