| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt
|
| index 77acca3a744e0ad99c73634ef5cefb0366bd9ad8..9e621f7bf3c8f1b9f00f2f8f3208ba37a36cd4fe 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [176, 220, 394, 185],
|
| - [176, 220, 388, 203],
|
| - [79, 123, 260, 260],
|
| - [76, 120, 266, 266]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='box'",
|
| - "LayoutBlockFlow (positioned) DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [176, 220, 394, 185],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [176, 220, 388, 203],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box'",
|
| + "rect": [79, 123, 260, 260],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box'",
|
| + "rect": [76, 120, 266, 266],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|