| Index: third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
|
| index d382662ad5996e90d230431e46da0ce2f2b3802c..f896019c69c56448c8d6e3e3b481c16b761d1e78 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
|
| @@ -5,21 +5,52 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 784, 104],
|
| - [8, 8, 100, 100],
|
| - [0, 0, 800, 120],
|
| - [-2, -2, 802, 122],
|
| - [-2, -2, 794, 120],
|
| - [-2, -2, 120, 120]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineBox",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow HTML",
|
| - "LayoutBlockFlow BODY",
|
| - "RootInlineBox",
|
| - "LayoutSVGRoot svg"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [-2, -2, 794, 120],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 8, 784, 104],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [-2, -2, 802, 122],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 800, 120],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [-2, -2, 120, 120],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|