| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt
|
| index 475fc56ae79de737bf68abda1f4d06c38594d8ec..d6549ce0053b4f3d98dc085a9c5a7cdf68156163 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt
|
| @@ -5,18 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 194, 237],
|
| - [8, 8, 194, 232],
|
| - [8, 8, 114, 237],
|
| - [8, 8, 114, 232]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='shiftMe'",
|
| - "LayoutBlockFlow (relative positioned) (floating) DIV class='imgContainer'",
|
| - "RootInlineBox",
|
| - "LayoutImage IMG",
|
| - "LayoutText #text"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) (floating) DIV class='imgContainer'",
|
| + "rect": [8, 8, 114, 237],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) (floating) DIV class='imgContainer'",
|
| + "rect": [8, 8, 194, 237],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='shiftMe'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG",
|
| + "rect": [8, 8, 114, 232],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG",
|
| + "rect": [8, 8, 194, 232],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|