| Index: third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt
|
| index 3970124d24b136b16c965295e3e8c477dfb45075..d268993e84ae2f195267c6f34b49e9848c67e70c 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [108, 108, 300, 300],
|
| - [8, 8, 500, 500]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGContainer g",
|
| - "LayoutSVGRect rect id='r'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [8, 8, 500, 500],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='r'",
|
| + "rect": [108, 108, 300, 300],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|