| Index: third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
|
| index a5c3ab8d22c9384ccf2e96df0f596a8ced829862..48d792ef7a9a6bc02e6bc54020c53162dab15e4e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,19 +12,17 @@
|
| "object": "LayoutBlockFlow (positioned) DIV id='outer'",
|
| "rect": [8, 293, 285, 15],
|
| "reason": "scroll"
|
| - },
|
| - {
|
| - "object": "HorizontalScrollbar",
|
| - "reason": "scroll"
|
| }
|
| ],
|
| "children": [
|
| {
|
| + "name": "Ancestor Clipping Layer",
|
| "position": [8, 8],
|
| "bounds": [285, 285],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| "position": [-315, 0],
|
| "bounds": [600, 600],
|
| "contentsOpaque": true,
|
| @@ -40,6 +40,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "HorizontalScrollbar",
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|