| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt
|
| index 42455539bd3e6416b8846d3aa41a1da8e021ebe4..1c40892611c71dd050b2f48aba65291975409507 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt
|
| @@ -5,24 +5,52 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 75, 150, 16],
|
| - [8, 72, 784, 22],
|
| - [8, 72, 154, 22],
|
| - [8, 56, 11, 11]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutDetailsMarker DIV id='details-marker'",
|
| - "LayoutBlockFlow DIV id='details-content'",
|
| - "RootInlineBox",
|
| - "LayoutTextControl INPUT",
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "HorizontalScrollbar",
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "VerticalScrollbar",
|
| - "LayoutText #text",
|
| - "LayoutText #text"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "HorizontalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='details-content'",
|
| + "rect": [8, 72, 784, 22],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [10, 75, 150, 16],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutDetailsMarker DIV id='details-marker'",
|
| + "rect": [8, 56, 11, 11],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTextControl INPUT",
|
| + "rect": [8, 72, 154, 22],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "VerticalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|