| Index: third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-expected.txt
|
| index bffa17d6f806cc2ca4707ca919e2f5cd2c9e12aa..85468dce230a7a7519a415ddd772b4869a710389 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 100, 100],
|
| - [0, 0, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGViewportContainer svg id='s'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGViewportContainer svg id='s'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|