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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/svg-float-border-padding-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 800x516 3 layer at (0,0) size 800x516
4 LayoutBlockFlow {html} at (0,0) size 800x516 4 LayoutBlockFlow {html} at (0,0) size 800x516
5 LayoutBlockFlow {body} at (8,8) size 784x492 5 LayoutBlockFlow {body} at (8,8) size 784x492
6 LayoutBlockFlow (anonymous) at (0,0) size 784x18 6 LayoutBlockFlow (anonymous) at (0,0) size 784x18
7 LayoutText {#text} at (0,0) size 646x17 7 LayoutText {#text} at (0,0) size 646x17
8 text run at (0,0) width 245: "The two blocks should look identical. " 8 text run at (0,0) width 245: "The two blocks should look identical. "
9 text run at (244,0) width 402: "One uses an SVG, and the other just us es a normal HTML div." 9 text run at (244,0) width 402: "One uses an SVG, and the other just us es a normal HTML div."
10 LayoutBlockFlow {p} at (0,34) size 784x18 10 LayoutBlockFlow {p} at (0,34) size 784x18
11 LayoutText {#text} at (0,0) size 360x17 11 LayoutText {#text} at (0,0) size 360x17
12 text run at (0,0) width 360: "There should be a red, white and blue pa ttern below this" 12 text run at (0,0) width 360: "There should be a red, white and blue pa ttern below this"
13 LayoutSVGRoot (floating) {svg} at (18,86) size 140x140 13 LayoutSVGRoot (floating) {svg} at (10,78) size 140x140
14 LayoutSVGRect {rect} at (38,106) size 100x100 [fill={[type=SOLID] [color =#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 14 LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#0 000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
15 LayoutBlockFlow {p} at (0,228) size 784x18 15 LayoutBlockFlow {p} at (0,228) size 784x18
16 LayoutText {#text} at (0,0) size 359x17 16 LayoutText {#text} at (0,0) size 359x17
17 text run at (0,0) width 359: "There should be a red, white and blue pa ttern above this" 17 text run at (0,0) width 359: "There should be a red, white and blue pa ttern above this"
18 LayoutBlockFlow {hr} at (0,262) size 784x2 [border: (1px inset #EEEEEE)] 18 LayoutBlockFlow {hr} at (0,262) size 784x2 [border: (1px inset #EEEEEE)]
19 LayoutBlockFlow {p} at (0,280) size 784x18 19 LayoutBlockFlow {p} at (0,280) size 784x18
20 LayoutText {#text} at (0,0) size 360x17 20 LayoutText {#text} at (0,0) size 360x17
21 text run at (0,0) width 360: "There should be a red, white and blue pa ttern below this" 21 text run at (0,0) width 360: "There should be a red, white and blue pa ttern below this"
22 LayoutBlockFlow (floating) {div} at (10,324) size 140x140 [border: (10px s olid #FF0000)] 22 LayoutBlockFlow (floating) {div} at (10,324) size 140x140 [border: (10px s olid #FF0000)]
23 LayoutBlockFlow {div} at (20,20) size 100x100 [bgcolor=#0000FF] 23 LayoutBlockFlow {div} at (20,20) size 100x100 [bgcolor=#0000FF]
24 LayoutBlockFlow {p} at (0,474) size 784x18 24 LayoutBlockFlow {p} at (0,474) size 784x18
25 LayoutText {#text} at (0,0) size 359x17 25 LayoutText {#text} at (0,0) size 359x17
26 text run at (0,0) width 359: "There should be a red, white and blue pa ttern above this" 26 text run at (0,0) width 359: "There should be a red, white and blue pa ttern above this"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698