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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/path-zero-strokewidth-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/path-zero-strokewidth-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/path-zero-strokewidth-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/path-zero-strokewidth-expected.txt
index 1c7809f20c2b4b00a64cb8b4e33862c9175916c7..76fb6b521c282b817fb00374177bd88845361ab9 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/path-zero-strokewidth-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/path-zero-strokewidth-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 500x500
- LayoutSVGRoot {svg} at (40,10) size 285x75
+ LayoutSVGRoot {svg} at (0,0) size 500x500
LayoutSVGPath {polygon} at (40,10) size 100x60 [stroke={[type=SOLID] [color=#000088] [stroke width=0.00]}] [fill={[type=SOLID] [color=#DDEEFF]}] [points="100 10 120 20 130 15 140 50 130 60 120 70 90 60 40 25"]
LayoutSVGRect {rect} at (200,10) size 50x50 [stroke={[type=SOLID] [color=#000088] [stroke width=0.00]}] [fill={[type=SOLID] [color=#DDEEFF]}] [x=200.00] [y=10.00] [width=50.00] [height=50.00]
LayoutSVGEllipse {circle} at (275,35) size 50x50 [stroke={[type=SOLID] [color=#000088] [stroke width=0.00]}] [fill={[type=SOLID] [color=#DDEEFF]}] [cx=300.00] [cy=60.00] [r=25.00]

Powered by Google App Engine
This is Rietveld 408576698