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

Unified Diff: LayoutTests/platform/linux/svg/custom/marker-opacity-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/custom/marker-opacity-expected.txt
diff --git a/LayoutTests/svg/custom/marker-opacity-expected.txt b/LayoutTests/platform/linux/svg/custom/marker-opacity-expected.txt
similarity index 59%
copy from LayoutTests/svg/custom/marker-opacity-expected.txt
copy to LayoutTests/platform/linux/svg/custom/marker-opacity-expected.txt
index 7efe60246e201c728b48ee6d19269d2ba30b0a20..4300bd9f46008a60bb8a3bf43ff21c9a85d5acc9 100644
--- a/LayoutTests/svg/custom/marker-opacity-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/marker-opacity-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (88,63) size 306x299
+ RenderSVGRoot {svg} at (88,63) size 307x300
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceMarker {marker} [id="arrow"] [markerUnits=strokeWidth] [ref at (4,2)] [angle=auto]
RenderSVGPath {path} at (1,0) size 6x5 [stroke={[type=SOLID] [color=#5555FF] [line cap=ROUND] [line join=ROUND]}] [data="M 2 0.5 L 6 2 L 2 3.5"]
@@ -11,9 +11,9 @@ layer at (0,0) size 800x600
RenderSVGPath {path} at (1,0) size 6x5 [stroke={[type=SOLID] [color=#5555FF] [opacity=0.25] [line cap=ROUND] [line join=ROUND]}] [data="M 2 0.5 L 6 2 L 2 3.5"]
RenderSVGResourceMarker {marker} [id="circle2"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=auto]
RenderSVGEllipse {circle} at (0,0) size 4x4 [fill={[type=SOLID] [color=#5555FF] [opacity=0.25]}] [cx=5.00] [cy=5.00] [r=3.00]
- RenderSVGContainer {g} at (88,63) size 306x99 [opacity=0.25]
- RenderSVGPath {path} at (88,63) size 306x99 [stroke={[type=SOLID] [color=#5555FF] [stroke width=4.00] [line cap=ROUND]}] [start marker=circle] [end marker=arrow] [data="M 388 156 C 244 135 244 94 100 73"]
- RenderSVGContainer {g} at (88,163) size 306x99
- RenderSVGPath {path} at (88,163) size 306x99 [stroke={[type=SOLID] [color=#5555FF] [stroke width=4.00] [line cap=ROUND]}] [start marker=circle] [end marker=arrow] [data="M 388 256 C 244 235 244 194 100 173"]
- RenderSVGContainer {g} at (88,263) size 306x99
- RenderSVGPath {path} at (88,263) size 306x99 [stroke={[type=SOLID] [color=#5555FF] [opacity=0.25] [stroke width=4.00] [line cap=ROUND]}] [start marker=circle2] [end marker=arrow2] [data="M 388 356 C 244 335 244 294 100 273"]
+ RenderSVGContainer {g} at (88,63) size 307x100 [opacity=0.25]
+ RenderSVGPath {path} at (88,63) size 307x100 [stroke={[type=SOLID] [color=#5555FF] [stroke width=4.00] [line cap=ROUND]}] [start marker=circle] [end marker=arrow] [data="M 388 156 C 244 135 244 94 100 73"]
+ RenderSVGContainer {g} at (88,163) size 307x100
+ RenderSVGPath {path} at (88,163) size 307x100 [stroke={[type=SOLID] [color=#5555FF] [stroke width=4.00] [line cap=ROUND]}] [start marker=circle] [end marker=arrow] [data="M 388 256 C 244 235 244 194 100 173"]
+ RenderSVGContainer {g} at (88,263) size 307x100
+ RenderSVGPath {path} at (88,263) size 307x100 [stroke={[type=SOLID] [color=#5555FF] [opacity=0.25] [stroke width=4.00] [line cap=ROUND]}] [start marker=circle2] [end marker=arrow2] [data="M 388 356 C 244 335 244 294 100 273"]

Powered by Google App Engine
This is Rietveld 408576698