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

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

Issue 208323007: Fix getBBox() returning (0,0) bug when width or height is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@myzbackup
Patch Set: Created 6 years, 9 months 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: LayoutTests/platform/linux/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt
diff --git a/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt b/LayoutTests/platform/linux/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt
similarity index 72%
copy from LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt
copy to LayoutTests/platform/linux/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt
index 5ab16f81b99c74c6b7c2f7ec569e520c0f80973d..32b9ce505bf21517a46a84ea03b27f0d7378e2cb 100644
--- a/LayoutTests/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt
+++ b/LayoutTests/platform/linux/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt
@@ -1,19 +1,19 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (5,5) size 90x90
- RenderSVGContainer {g} at (5,5) size 90x90
- RenderSVGContainer {g} at (5,5) size 40x90
- RenderSVGContainer {use} at (5,5) size 40x90
- RenderSVGContainer {g} at (5,5) size 40x90
- RenderSVGEllipse {circle} at (5,5) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
+ RenderSVGRoot {svg} at (4,4) size 92x91
+ RenderSVGContainer {g} at (4,4) size 92x91
+ RenderSVGContainer {g} at (4,4) size 42x91
+ RenderSVGContainer {use} at (4,4) size 42x91
+ RenderSVGContainer {g} at (4,4) size 42x91
+ RenderSVGEllipse {circle} at (4,4) size 42x42 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
RenderSVGRect {rect} at (5,55) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [x=5.00] [y=55.00] [width=40.00] [height=40.00]
RenderSVGPath {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"]
RenderSVGPath {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"]
- RenderSVGContainer {g} at (55,5) size 40x90 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,0.00)}]
- RenderSVGContainer {use} at (55,5) size 40x90
- RenderSVGContainer {g} at (55,5) size 40x90
- RenderSVGEllipse {circle} at (55,5) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
+ RenderSVGContainer {g} at (54,4) size 42x91 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,0.00)}]
+ RenderSVGContainer {use} at (54,4) size 42x91
+ RenderSVGContainer {g} at (54,4) size 42x91
+ RenderSVGEllipse {circle} at (54,4) size 42x42 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
RenderSVGRect {rect} at (55,55) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [x=5.00] [y=55.00] [width=40.00] [height=40.00]
RenderSVGPath {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"]
RenderSVGPath {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"]

Powered by Google App Engine
This is Rietveld 408576698