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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/marker-opacity-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 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/custom/marker-opacity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-opacity-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-opacity-expected.txt
index 1b991d09ea39f8fcf6a0e9b1f1987f4279170dc5..794f83994f673ba5b94dec5d75daf3cedbac021f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/marker-opacity-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/marker-opacity-expected.txt
@@ -1,19 +1,19 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (88,62) size 306x300
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceMarker {marker} [id="arrow"] [markerUnits=strokeWidth] [ref at (4,2)] [angle=auto]
- LayoutSVGPath {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"]
+ LayoutSVGPath {path} at (2,0.50) size 4x3 [stroke={[type=SOLID] [color=#5555FF] [line cap=ROUND] [line join=ROUND]}] [data="M 2 0.5 L 6 2 L 2 3.5"]
LayoutSVGResourceMarker {marker} [id="circle"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=auto]
- LayoutSVGEllipse {circle} at (0,0) size 4x4 [fill={[type=SOLID] [color=#5555FF]}] [cx=5.00] [cy=5.00] [r=3.00]
+ LayoutSVGEllipse {circle} at (2,2) size 6x6 [fill={[type=SOLID] [color=#5555FF]}] [cx=5.00] [cy=5.00] [r=3.00]
LayoutSVGResourceMarker {marker} [id="arrow2"] [markerUnits=strokeWidth] [ref at (4,2)] [angle=auto]
- LayoutSVGPath {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"]
+ LayoutSVGPath {path} at (2,0.50) size 4x3 [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"]
LayoutSVGResourceMarker {marker} [id="circle2"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=auto]
- LayoutSVGEllipse {circle} at (0,0) size 4x4 [fill={[type=SOLID] [color=#5555FF] [opacity=0.25]}] [cx=5.00] [cy=5.00] [r=3.00]
- LayoutSVGContainer {g} at (88,62) size 306x100 [opacity=0.25]
- LayoutSVGPath {path} at (88,62) size 306x100 [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"]
- LayoutSVGContainer {g} at (88,162) size 306x100
- LayoutSVGPath {path} at (88,162) size 306x100 [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"]
- LayoutSVGContainer {g} at (88,262) size 306x100
- LayoutSVGPath {path} at (88,262) size 306x100 [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"]
+ LayoutSVGEllipse {circle} at (2,2) size 6x6 [fill={[type=SOLID] [color=#5555FF] [opacity=0.25]}] [cx=5.00] [cy=5.00] [r=3.00]
+ LayoutSVGContainer {g} at (100,73) size 288x83 [opacity=0.25]
+ LayoutSVGPath {path} at (100,73) size 288x83 [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"]
+ LayoutSVGContainer {g} at (100,173) size 288x83
+ LayoutSVGPath {path} at (100,173) size 288x83 [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"]
+ LayoutSVGContainer {g} at (100,273) size 288x83
+ LayoutSVGPath {path} at (100,273) size 288x83 [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