| Index: third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
|
| index 7d6fa1d3329add7b4e05a387d9db57a1f28a8110..b60ade149f27f4ebe1d9c6421f9d988d6a2a2bc5 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 80, 80],
|
| - [8, 8, 80, 80]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGEllipse circle",
|
| - "LayoutSVGEllipse circle"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGEllipse circle",
|
| + "rect": [8, 8, 80, 80],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGEllipse circle",
|
| + "rect": [8, 8, 80, 80],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|