| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.txt
|
| index 094c11165b7bca4ca8cdce9819c19f3424fd9954..477e35fc89640c9555194bddf360901fca80bf0c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [135, 127, 400, 50],
|
| - [124, 116, 340, 297],
|
| - [58, 50, 204, 204],
|
| - [16, 8, 288, 288]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| - "LayoutBlockFlow (positioned) DIV id='child'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='child'",
|
| + "rect": [135, 127, 400, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='child'",
|
| + "rect": [124, 116, 340, 297],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| + "rect": [58, 50, 204, 204],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| + "rect": [16, 8, 288, 288],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|