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