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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-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 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow {P} at (0,0) size 784x18 6 LayoutBlockFlow {P} at (0,0) size 784x18
7 LayoutText {#text} at (0,0) size 543x18 7 LayoutText {#text} at (0,0) size 543x18
8 text run at (0,0) width 543: "Here is an html paragraph. And below is a svg drawing. You should see two ellipses." 8 text run at (0,0) width 543: "Here is an html paragraph. And below is a svg drawing. You should see two ellipses."
9 LayoutBlockFlow {DIV} at (0,34) size 784x400 9 LayoutBlockFlow {DIV} at (0,34) size 784x400
10 LayoutSVGRoot {svg} at (47,231) size 222x42 10 LayoutSVGRoot {svg} at (0,0) size 400x400
11 LayoutSVGEllipse {ellipse} at (47,231) size 122x42 [stroke={[type=SOLI D] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00] 11 LayoutSVGEllipse {ellipse} at (20,40) size 60x20 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [ rx=30.00] [ry=10.00]
12 LayoutSVGEllipse {ellipse} at (147,231) size 122x42 [stroke={[type=SOL ID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.0 0] [rx=30.00] [ry=10.00] 12 LayoutSVGEllipse {ellipse} at (70,40) size 60x20 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.00] [rx=30.00] [ry=10.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698