| Index: third_party/WebKit/LayoutTests/platform/win/svg/custom/relative-sized-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/relative-sized-content-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/relative-sized-content-expected.txt
|
| index 361314c7f710cc1132f974f21523f5ea17c9d6bb..b77942900fd2789b7dbb8b3353e2684820426ea6 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/relative-sized-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/relative-sized-content-expected.txt
|
| @@ -5,19 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [109, 69, 300, 400],
|
| - [109, 69, 300, 400],
|
| - [8, 68, 402, 404],
|
| - [8, 68, 102, 404]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineBox",
|
| - "LayoutBlockFlow div id='contentBox'",
|
| - "RootInlineBox",
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGRect rect id='targetRect'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow div id='contentBox'",
|
| + "rect": [8, 68, 102, 404],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow div id='contentBox'",
|
| + "rect": [8, 68, 402, 404],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='targetRect'",
|
| + "rect": [109, 69, 300, 400],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [109, 69, 300, 400],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|