| Index: third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt
|
| index a5316036b1fdd429f22301490905b6359273846c..ee856c2f23d2f400b0b16f9df805881260bcc75f 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt
|
| @@ -7,16 +7,6 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutSVGPath path id='path'",
|
| - "rect": [200, 50, 100, 50],
|
| - "reason": "location change"
|
| - },
|
| - {
|
| - "object": "LayoutSVGPath path id='path'",
|
| - "rect": [50, 50, 100, 50],
|
| - "reason": "location change"
|
| - },
|
| - {
|
| "object": "LayoutSVGRoot svg",
|
| "rect": [174, 30, 126, 90],
|
| "reason": "bounds change"
|
| @@ -25,6 +15,16 @@
|
| "object": "LayoutSVGRoot svg",
|
| "rect": [50, 30, 126, 90],
|
| "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path id='path'",
|
| + "rect": [200, 50, 100, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path id='path'",
|
| + "rect": [50, 50, 100, 50],
|
| + "reason": "location change"
|
| }
|
| ]
|
| }
|
|
|