| Index: third_party/WebKit/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-inherit-style-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| index 2b004b3e8b0241da1f07dbb153220e7865515a97..ea2973356541b368495a70bde81b6200c5f697ee 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -23,6 +25,20 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g id='g'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer use",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|