| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-in-positioned-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-in-positioned-container-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-in-positioned-container-expected.txt
|
| index ce6840a8523a7d92356c2235e23f2e049b0b5769..02f8a8b257f049d2ec501d81dc737d56c9ff8d2e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-in-positioned-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-in-positioned-container-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [802, 585],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [118, 228, 202, 202],
|
| - [76, 186, 286, 286]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| + "rect": [118, 228, 202, 202],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| + "rect": [76, 186, 286, 286],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|