| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-relative-position-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-relative-position-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-relative-position-expected.txt
|
| index 7bd58ffa14079d0dea55b95572cad80bc3669c85..a8215f8978d010ab538209a5fa83e44b91a665a6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-relative-position-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-relative-position-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [108, 150, 202, 202],
|
| - [66, 108, 286, 286]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| + "rect": [108, 150, 202, 202],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box' class='rotated'",
|
| + "rect": [66, 108, 286, 286],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|