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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/hixie/mixed/011-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 800x420 3 layer at (0,0) size 800x420
4 LayoutBlockFlow {html} at (0,0) size 800x420 4 LayoutBlockFlow {html} at (0,0) size 800x420
5 LayoutBlockFlow {body} at (8,8) size 784x404 5 LayoutBlockFlow {body} at (8,8) size 784x404
6 LayoutBlockFlow {div} at (0,0) size 200x200 [color=#FFFF00] [bgcolor=#FF00 00] 6 LayoutBlockFlow {div} at (0,0) size 200x200 [color=#FFFF00] [bgcolor=#FF00 00]
7 LayoutText {#text} at (0,0) size 35x17 7 LayoutText {#text} at (0,0) size 35x17
8 text run at (0,0) width 35: "FAIL" 8 text run at (0,0) width 35: "FAIL"
9 LayoutBlockFlow (anonymous) at (0,200) size 784x204 9 LayoutBlockFlow (anonymous) at (0,200) size 784x204
10 LayoutSVGRoot {svg} at (8,208) size 150x200 10 LayoutSVGRoot {svg} at (0,0) size 200x200
11 LayoutSVGEllipse {circle} at (58,258) size 100x100 [fill={[type=SOLID] [color=#008000]}] [cx=100.00] [cy=100.00] [r=50.00] 11 LayoutSVGEllipse {circle} at (50,50) size 100x100 [fill={[type=SOLID] [color=#008000]}] [cx=100.00] [cy=100.00] [r=50.00]
12 LayoutSVGForeignObject {foreignObject} at (0,0) size 200x200 12 LayoutSVGForeignObject {foreignObject} at (0,0) size 200x200
13 LayoutText {#text} at (0,0) size 0x0 13 LayoutText {#text} at (0,0) size 0x0
14 layer at (8,8) size 200x200 14 layer at (8,8) size 200x200
15 LayoutBlockFlow (positioned) {div} at (8,8) size 200x200 [bgcolor=#FFFFFF] 15 LayoutBlockFlow (positioned) {div} at (8,8) size 200x200 [bgcolor=#FFFFFF]
16 LayoutText {#text} at (0,0) size 194x53 16 LayoutText {#text} at (0,0) size 194x53
17 text run at (0,0) width 194: "There should be a green circle" 17 text run at (0,0) width 194: "There should be a green circle"
18 text run at (0,18) width 164: "below with no red on this" 18 text run at (0,18) width 164: "below with no red on this"
19 text run at (0,36) width 35: "page." 19 text run at (0,36) width 35: "page."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698