| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
|
| index bfdd74ecf22838c751853a169c7566fc1e8c88f8..fe3be09e9c7251f08c74c30ecfe0fa994aff9ba4 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
|
| @@ -5,24 +5,52 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 71, 169, 16],
|
| - [8, 68, 784, 22],
|
| - [8, 68, 173, 22],
|
| - [8, 53, 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, 68, 784, 22],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [10, 71, 169, 16],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutDetailsMarker DIV id='details-marker'",
|
| + "rect": [8, 53, 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, 68, 173, 22],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "VerticalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|