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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/marker-referencePoint-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-referencePoint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-referencePoint-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-referencePoint-expected.txt
index c4a4afeb63b323e5d034e576ca1292bfe94c1466..a250127f665149fe289e9fa71fe8493a81a60d2f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/marker-referencePoint-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/marker-referencePoint-expected.txt
@@ -4,6 +4,6 @@ layer at (0,0) size 384x192
LayoutSVGRoot {svg} at (0,0) size 384x192
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceMarker {marker} [id="Triangle"] [markerUnits=strokeWidth] [ref at (0,5)] [angle=auto]
- LayoutSVGPath {path} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [data="M 0 0 L 10 5 L 0 10 Z"]
- LayoutSVGRect {rect} at (0,0) size 384x192 [stroke={[type=SOLID] [color=#0000FF] [stroke width=10.00]}] [x=10.00] [y=10.00] [width=3980.00] [height=1980.00]
- LayoutSVGPath {path} at (96,67) size 175x84 [stroke={[type=SOLID] [color=#000000] [stroke width=100.00]}] [end marker=Triangle] [data="M 1000 750 L 2000 750 L 2500 1250"]
+ LayoutSVGPath {path} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [data="M 0 0 L 10 5 L 0 10 Z"]
+ LayoutSVGRect {rect} at (10,10) size 3980x1980 [stroke={[type=SOLID] [color=#0000FF] [stroke width=10.00]}] [x=10.00] [y=10.00] [width=3980.00] [height=1980.00]
+ LayoutSVGPath {path} at (1000,750) size 1500x500 [stroke={[type=SOLID] [color=#000000] [stroke width=100.00]}] [end marker=Triangle] [data="M 1000 750 L 2000 750 L 2500 1250"]

Powered by Google App Engine
This is Rietveld 408576698