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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/clip-path/clip-path-transform-2-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 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 (20,20) size 200x200 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use] 6 LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use]
7 LayoutSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color =#000000]}] [cx=10.00] [cy=10.00] [r=10.00] 7 LayoutSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color =#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
8 LayoutSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color =#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00] 8 LayoutSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color =#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00]
9 LayoutSVGContainer {a} at (20,20) size 200x200 9 LayoutSVGContainer {a} at (0,0) size 220x220
10 LayoutSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#0 08000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00] 10 LayoutSVGRect {rect} at (0,0) size 220x220 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
11 [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (20,20) size 20 0x200 11 [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (20,20) size 20 0x200
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698