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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/dasharrayOrigin-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/dasharrayOrigin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/dasharrayOrigin-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/dasharrayOrigin-expected.txt
index 79bc5b60ce79c0910e079b8a4e3c45fef4446d5d..ee9fc7c246760b549a58c40c77851655d909fda2 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/dasharrayOrigin-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/dasharrayOrigin-expected.txt
@@ -1,10 +1,10 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (27,25) size 148x148
- LayoutSVGRect {rect} at (42,42) size 116x116 [stroke={[type=SOLID] [color=#D3D3D3] [stroke width=15.00]}] [x=50.00] [y=50.00] [width=100.00] [height=100.00]
- LayoutSVGRect {rect} at (50,42) size 108x113 [stroke={[type=SOLID] [color=#008000] [stroke width=15.00] [dash array={100.00, 20.00, 20.00, 1000.00}]}] [x=50.00] [y=50.00] [width=100.00] [height=100.00]
- LayoutSVGEllipse {circle} at (47,47) size 106x106 [stroke={[type=SOLID] [color=#808080] [stroke width=5.00]}] [cx=100.00] [cy=100.00] [r=50.00]
- LayoutSVGEllipse {circle} at (50,50) size 103x103 [stroke={[type=SOLID] [color=#FF0000] [stroke width=5.00] [dash array={100.00, 20.00, 20.00, 1000.00}]}] [cx=100.00] [cy=100.00] [r=50.00]
- LayoutSVGRect {rect} at (27,27) size 146x146 [stroke={[type=SOLID] [color=#D3D3D3] [stroke width=5.00]}] [x=30.00] [y=30.00] [width=140.00] [height=140.00]
- LayoutSVGRect {rect} at (30,25) size 145x145 [stroke={[type=SOLID] [color=#0000FF] [stroke width=10.00] [dash array={100.00, 20.00, 20.00, 1000.00}]}] [x=30.00] [y=30.00] [width=140.00] [height=140.00]
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGRect {rect} at (50,50) size 100x100 [stroke={[type=SOLID] [color=#D3D3D3] [stroke width=15.00]}] [x=50.00] [y=50.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (50,50) size 100x100 [stroke={[type=SOLID] [color=#008000] [stroke width=15.00] [dash array={100.00, 20.00, 20.00, 1000.00}]}] [x=50.00] [y=50.00] [width=100.00] [height=100.00]
+ LayoutSVGEllipse {circle} at (50,50) size 100x100 [stroke={[type=SOLID] [color=#808080] [stroke width=5.00]}] [cx=100.00] [cy=100.00] [r=50.00]
+ LayoutSVGEllipse {circle} at (50,50) size 100x100 [stroke={[type=SOLID] [color=#FF0000] [stroke width=5.00] [dash array={100.00, 20.00, 20.00, 1000.00}]}] [cx=100.00] [cy=100.00] [r=50.00]
+ LayoutSVGRect {rect} at (30,30) size 140x140 [stroke={[type=SOLID] [color=#D3D3D3] [stroke width=5.00]}] [x=30.00] [y=30.00] [width=140.00] [height=140.00]
+ LayoutSVGRect {rect} at (30,30) size 140x140 [stroke={[type=SOLID] [color=#0000FF] [stroke width=10.00] [dash array={100.00, 20.00, 20.00, 1000.00}]}] [x=30.00] [y=30.00] [width=140.00] [height=140.00]

Powered by Google App Engine
This is Rietveld 408576698