Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt

Issue 1479853002: Auto-rebaseline for r361873 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"]

Powered by Google App Engine
This is Rietveld 408576698