| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt
|
| index f7b60c39d59f225099d304a66ad8515b58c6fddf..826f6232a94986fc823c04ec4a362e719d22d4c9 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt
|
| @@ -5,17 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 100, 430, 80],
|
| - [10, 10, 430, 80],
|
| - [10, 10, 10, 10],
|
| - [0, 10, 10, 10]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourcePattern pattern id='Pattern'",
|
| - "LayoutSVGRect rect id='rect'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 10, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 100, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [10, 10, 10, 10],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 10, 10, 10],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourcePattern pattern id='Pattern'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|