| Index: third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-background-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-background-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-background-expected.txt
|
| index c5eebdab5861407eec0973cda918fab17405a4ad..352c2e9c9b1095e8081cde2535d2aef636abd5c9 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-background-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-background-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [2008, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 58, 50, 50],
|
| - [8, 8, 50, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='targetImage'",
|
| - "LayoutImage IMG id='testTarget'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='targetImage'",
|
| + "rect": [8, 8, 50, 50],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG id='testTarget'",
|
| + "rect": [8, 58, 50, 50],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|