| Index: third_party/WebKit/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/repaint-paintorder-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
|
| index a9f4866aa1efd4356495319336485f2763b72745..2e336ca03ffe1ecc819dfc7168e8586788d91eb7 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/repaint-paintorder-expected.txt
|
| @@ -5,29 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [456, 166, 133, 132],
|
| - [320, 166, 133, 132],
|
| - [184, 166, 132, 132],
|
| - [184, 166, 132, 132],
|
| - [184, 166, 132, 132],
|
| - [137, 37, 580, 563],
|
| - [47, 166, 133, 132],
|
| - [47, 166, 133, 132],
|
| - [47, 166, 133, 132],
|
| - [46, 28, 7, 7]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGEllipse circle id='t4'",
|
| - "LayoutSVGPath polygon",
|
| - "LayoutSVGContainer use id='t1'",
|
| - "LayoutSVGViewportContainer svg id='poly'",
|
| - "LayoutSVGPath polygon",
|
| - "LayoutSVGContainer use id='t2'",
|
| - "LayoutSVGViewportContainer svg id='poly'",
|
| - "LayoutSVGPath polygon",
|
| - "LayoutSVGPath polygon id='t3'",
|
| - "LayoutSVGPath polygon"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer use id='t1'",
|
| + "rect": [47, 166, 133, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer use id='t2'",
|
| + "rect": [184, 166, 132, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGEllipse circle id='t4'",
|
| + "rect": [46, 28, 7, 7],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon",
|
| + "rect": [137, 37, 580, 563],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon",
|
| + "rect": [47, 166, 133, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon",
|
| + "rect": [184, 166, 132, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon",
|
| + "rect": [456, 166, 133, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon id='t3'",
|
| + "rect": [320, 166, 133, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGViewportContainer svg id='poly'",
|
| + "rect": [47, 166, 133, 132],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGViewportContainer svg id='poly'",
|
| + "rect": [184, 166, 132, 132],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|