| Index: third_party/WebKit/LayoutTests/svg/repaint/outline-offset-shape-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-shape-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-shape-expected.txt
|
| index f317ced7504a78f6e082ac852beeb62ed1ee2a0a..e9f6cb66da737f1efedbba08f3b40bfc5d09e2cc 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-shape-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-shape-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [148, 33, 100, 100],
|
| - [133, 18, 130, 130],
|
| - [33, 33, 100, 100],
|
| - [18, 18, 130, 130]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [133, 18, 130, 130],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [18, 18, 130, 130],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [148, 33, 100, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [33, 33, 100, 100],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|