| Index: third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
|
| index 5c88d5dad57f3a32a3fbe7add367593bf0547000..778eb0ee73be7b54002a29df405f9b0c29572666 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
|
| @@ -5,22 +5,47 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 200, 200],
|
| - [0, 0, 200, 200],
|
| - [0, 0, 200, 200],
|
| - [0, 0, 200, 200],
|
| - [0, 0, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourcePattern pattern id='pat'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect id='shape'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGResourcePattern pattern id='pat'",
|
| - "LayoutSVGResourcePattern pattern id='pat'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect id='shape'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='shape'",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='shape'",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourcePattern pattern id='pat'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourcePattern pattern id='pat'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourcePattern pattern id='pat'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject insertion"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|