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

Side by Side 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 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutSVGRoot {svg} at (250,90) size 300x420 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGContainer {a} at (250,90) size 300x180 5 LayoutSVGContainer {a} at (25,15) size 50x30
6 LayoutSVGEllipse {circle} at (250,90) size 180x180 [fill={[type=SOLID] [co lor=#0000FF]}] [cx=40.00] [cy=30.00] [r=15.00] 6 LayoutSVGEllipse {circle} at (25,15) size 30x30 [fill={[type=SOLID] [color =#0000FF]}] [cx=40.00] [cy=30.00] [r=15.00]
7 LayoutSVGEllipse {circle} at (370,90) size 180x180 [fill={[type=SOLID] [co lor=#0000FF]}] [cx=60.00] [cy=30.00] [r=15.00] 7 LayoutSVGEllipse {circle} at (45,15) size 30x30 [fill={[type=SOLID] [color =#0000FF]}] [cx=60.00] [cy=30.00] [r=15.00]
8 LayoutSVGContainer {a} at (250,330) size 300x180 8 LayoutSVGContainer {a} at (25,55) size 50x30
9 LayoutSVGContainer {g} at (250,330) size 300x180 9 LayoutSVGContainer {g} at (25,55) size 50x30
10 LayoutSVGEllipse {circle} at (250,330) size 180x180 [fill={[type=SOLID] [color=#0000FF]}] [cx=40.00] [cy=70.00] [r=15.00] 10 LayoutSVGEllipse {circle} at (25,55) size 30x30 [fill={[type=SOLID] [col or=#0000FF]}] [cx=40.00] [cy=70.00] [r=15.00]
11 LayoutSVGEllipse {circle} at (370,330) size 180x180 [fill={[type=SOLID] [color=#0000FF]}] [cx=60.00] [cy=70.00] [r=15.00] 11 LayoutSVGEllipse {circle} at (45,55) size 30x30 [fill={[type=SOLID] [col or=#0000FF]}] [cx=60.00] [cy=70.00] [r=15.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698