| Index: third_party/WebKit/LayoutTests/compositing/overflow/scrolling-neg-z-index-descendants-should-cause-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-neg-z-index-descendants-should-cause-repaint.html b/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-neg-z-index-descendants-should-cause-repaint.html
|
| index fcb03f4561a9ce61718a6a34a3ce8525a81a33fb..89dde4e15f580e1103a1cf264232cbfd2c447ae7 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-neg-z-index-descendants-should-cause-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-neg-z-index-descendants-should-cause-repaint.html
|
| @@ -46,7 +46,7 @@
|
| container.scrollTop = 100;
|
|
|
| if (window.internals) {
|
| - if (hasScrollbarRepaint(window.internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_REPAINT_RECTS)))
|
| + if (hasScrollbarRepaint(window.internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_PAINT_INVALIDATIONS)))
|
| result += "PASS repainted when expected\n";
|
| else
|
| result += "FAIL did not repaint when expected\n";
|
|
|