| 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 b333613b141c0c2b0664789b6de1f9f190d0f911..4038d8b03c4560003a5c126f3184ace10bfd22f0 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [2008, 2016],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [2008, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,19 @@
|
| "object": "LayoutBlockFlow DIV id='targetImage'",
|
| "rect": [8, 8, 50, 50],
|
| "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutImage IMG id='testTarget'",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='targetImage'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutImage IMG id='testTarget'",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|