| Index: third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt
|
| index fe31762148da8468238d4fb2877dff8bf62ab436..0c3868dfaab89f82277b0628a57111a282037039 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt
|
| @@ -7,14 +7,14 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutSVGContainer g",
|
| - "rect": [150, 100, 100, 50],
|
| - "reason": "incremental"
|
| + "object": "LayoutSVGRect rect id='clipper'",
|
| + "rect": [0, 100, 300, 200],
|
| + "reason": "full"
|
| },
|
| {
|
| - "object": "LayoutSVGContainer g",
|
| - "rect": [50, 150, 100, 100],
|
| - "reason": "bounds change"
|
| + "object": "LayoutSVGRect rect id='masker'",
|
| + "rect": [0, 0, 300, 100],
|
| + "reason": "full"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect id='clipper'",
|
| @@ -22,19 +22,19 @@
|
| "reason": "full"
|
| },
|
| {
|
| - "object": "LayoutSVGRect rect id='clipper'",
|
| - "rect": [0, 100, 300, 200],
|
| + "object": "LayoutSVGRect rect id='masker'",
|
| + "rect": [100, 0, 200, 300],
|
| "reason": "full"
|
| },
|
| {
|
| - "object": "LayoutSVGRect rect id='masker'",
|
| - "rect": [0, 0, 300, 100],
|
| - "reason": "full"
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [50, 150, 100, 100],
|
| + "reason": "bounds change"
|
| },
|
| {
|
| - "object": "LayoutSVGRect rect id='masker'",
|
| - "rect": [100, 0, 200, 300],
|
| - "reason": "full"
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [150, 100, 100, 50],
|
| + "reason": "incremental"
|
| }
|
| ]
|
| }
|
|
|