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

Unified Diff: third_party/WebKit/LayoutTests/svg/hixie/links/001-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/hixie/links/001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/hixie/links/001-expected.txt b/third_party/WebKit/LayoutTests/svg/hixie/links/001-expected.txt
index ad194f246e9961f0ecc984af117bf8b5d2763f31..b9dfbc83b192d0d5354a13fe46de4374a37e373e 100644
--- a/third_party/WebKit/LayoutTests/svg/hixie/links/001-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/hixie/links/001-expected.txt
@@ -1,11 +1,11 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (250,90) size 300x420
- LayoutSVGContainer {a} at (250,90) size 300x180
- LayoutSVGEllipse {circle} at (250,90) size 180x180 [fill={[type=SOLID] [color=#0000FF]}] [cx=40.00] [cy=30.00] [r=15.00]
- LayoutSVGEllipse {circle} at (370,90) size 180x180 [fill={[type=SOLID] [color=#0000FF]}] [cx=60.00] [cy=30.00] [r=15.00]
- LayoutSVGContainer {a} at (250,330) size 300x180
- LayoutSVGContainer {g} at (250,330) size 300x180
- LayoutSVGEllipse {circle} at (250,330) size 180x180 [fill={[type=SOLID] [color=#0000FF]}] [cx=40.00] [cy=70.00] [r=15.00]
- LayoutSVGEllipse {circle} at (370,330) size 180x180 [fill={[type=SOLID] [color=#0000FF]}] [cx=60.00] [cy=70.00] [r=15.00]
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGContainer {a} at (25,15) size 50x30
+ LayoutSVGEllipse {circle} at (25,15) size 30x30 [fill={[type=SOLID] [color=#0000FF]}] [cx=40.00] [cy=30.00] [r=15.00]
+ LayoutSVGEllipse {circle} at (45,15) size 30x30 [fill={[type=SOLID] [color=#0000FF]}] [cx=60.00] [cy=30.00] [r=15.00]
+ LayoutSVGContainer {a} at (25,55) size 50x30
+ LayoutSVGContainer {g} at (25,55) size 50x30
+ LayoutSVGEllipse {circle} at (25,55) size 30x30 [fill={[type=SOLID] [color=#0000FF]}] [cx=40.00] [cy=70.00] [r=15.00]
+ LayoutSVGEllipse {circle} at (45,55) size 30x30 [fill={[type=SOLID] [color=#0000FF]}] [cx=60.00] [cy=70.00] [r=15.00]

Powered by Google App Engine
This is Rietveld 408576698