| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| index 09fb408954ad4bf3addfb715133df5f910fd1628..c6324c48e99675a7916c33ecc34eca7041cdb65c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [20, -64, 196, 214],
|
| - [8, 8, 220, 70]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='rel'",
|
| - "LayoutBlockFlow DIV id='rel'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='rel'",
|
| + "rect": [20, -64, 196, 214],
|
| + "reason": "layer"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='rel'",
|
| + "rect": [8, 8, 220, 70],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|