Index: third_party/WebKit/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt b/third_party/WebKit/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt |
index 4259d046995aa3ab44e24fdb2863dc9126e7dff3..1f3cbbf93ffdb249db91cbc0897196963e6e07f0 100644 |
--- a/third_party/WebKit/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt |
@@ -8,12 +8,12 @@ layer at (0,0) size 800x600 |
LayoutSVGContainer {g} at (5,5) size 40x90 |
LayoutSVGEllipse {circle} at (5,5) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00] |
LayoutSVGRect {rect} at (5,55) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [x=5.00] [y=55.00] [width=40.00] [height=40.00] |
- LayoutSVGPath {path} at (5,5) size 40x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(25.00,25.00)}] [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=ROUND]}] [fill={[type=SOLID] [color=#000000]}] [data="M 0 0 L 0 0"] |
- LayoutSVGPath {path} at (5,55) size 40x40 [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=SQUARE]}] [fill={[type=SOLID] [color=#000000]}] [data="M 25 75 L 25 75"] |
+ LayoutSVGPath {path} at (5,5) size 40x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(25.00,25.00)}] [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=ROUND]}] [fill={[type=SOLID] [color=#000000]}] [data="M 0 0 A 20 20 90 0 1 0 0"] |
+ LayoutSVGPath {path} at (5,55) size 40x40 [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=SQUARE]}] [fill={[type=SOLID] [color=#000000]}] [data="M 25 75 a 20 20 90 0 1 0 0"] |
LayoutSVGContainer {g} at (55,5) size 40x90 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,0.00)}] |
LayoutSVGContainer {use} at (55,5) size 40x90 |
LayoutSVGContainer {g} at (55,5) size 40x90 |
LayoutSVGEllipse {circle} at (55,5) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00] |
LayoutSVGRect {rect} at (55,55) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [x=5.00] [y=55.00] [width=40.00] [height=40.00] |
- LayoutSVGPath {path} at (55,5) size 40x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(25.00,25.00)}] [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=ROUND]}] [fill={[type=SOLID] [color=#000000]}] [data="M 0 0 L 0 0"] |
- LayoutSVGPath {path} at (55,55) size 40x40 [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=SQUARE]}] [fill={[type=SOLID] [color=#000000]}] [data="M 25 75 L 25 75"] |
+ LayoutSVGPath {path} at (55,5) size 40x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(25.00,25.00)}] [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=ROUND]}] [fill={[type=SOLID] [color=#000000]}] [data="M 0 0 A 20 20 90 0 0 0 0"] |
+ LayoutSVGPath {path} at (55,55) size 40x40 [stroke={[type=SOLID] [color=#008000] [stroke width=40.00] [line cap=SQUARE]}] [fill={[type=SOLID] [color=#000000]}] [data="M 25 75 a 20 20 90 0 0 0 0"] |