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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 800x526 3 layer at (0,0) size 800x526
4 LayoutBlockFlow {html} at (0,0) size 800x526 4 LayoutBlockFlow {html} at (0,0) size 800x526
5 LayoutBlockFlow {body} at (8,8) size 784x502 5 LayoutBlockFlow {body} at (8,8) size 784x502
6 LayoutBlockFlow (anonymous) at (0,0) size 784x20 6 LayoutBlockFlow (anonymous) at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 608x19 7 LayoutText {#text} at (0,0) size 608x19
8 text run at (0,0) width 229: "The two blocks should look identical. " 8 text run at (0,0) width 229: "The two blocks should look identical. "
9 text run at (229,0) width 379: "One uses an SVG, and the other just us es a normal HTML div." 9 text run at (229,0) width 379: "One uses an SVG, and the other just us es a normal HTML div."
10 LayoutBlockFlow {p} at (0,36) size 784x20 10 LayoutBlockFlow {p} at (0,36) size 784x20
11 LayoutText {#text} at (0,0) size 338x19 11 LayoutText {#text} at (0,0) size 338x19
12 text run at (0,0) width 338: "There should be a red, white and blue pa ttern below this" 12 text run at (0,0) width 338: "There should be a red, white and blue pa ttern below this"
13 LayoutSVGRoot (floating) {svg} at (18,90) size 140x140 13 LayoutSVGRoot (floating) {svg} at (10,82) size 140x140
14 LayoutSVGRect {rect} at (38,110) 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,232) size 784x20 15 LayoutBlockFlow {p} at (0,232) size 784x20
16 LayoutText {#text} at (0,0) size 338x19 16 LayoutText {#text} at (0,0) size 338x19
17 text run at (0,0) width 338: "There should be a red, white and blue pa ttern above this" 17 text run at (0,0) width 338: "There should be a red, white and blue pa ttern above this"
18 LayoutBlockFlow {hr} at (0,268) size 784x2 [border: (1px inset #EEEEEE)] 18 LayoutBlockFlow {hr} at (0,268) size 784x2 [border: (1px inset #EEEEEE)]
19 LayoutBlockFlow {p} at (0,286) size 784x20 19 LayoutBlockFlow {p} at (0,286) size 784x20
20 LayoutText {#text} at (0,0) size 338x19 20 LayoutText {#text} at (0,0) size 338x19
21 text run at (0,0) width 338: "There should be a red, white and blue pa ttern below this" 21 text run at (0,0) width 338: "There should be a red, white and blue pa ttern below this"
22 LayoutBlockFlow (floating) {div} at (10,332) size 140x140 [border: (10px s olid #FF0000)] 22 LayoutBlockFlow (floating) {div} at (10,332) 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,482) size 784x20 24 LayoutBlockFlow {p} at (0,482) size 784x20
25 LayoutText {#text} at (0,0) size 338x19 25 LayoutText {#text} at (0,0) size 338x19
26 text run at (0,0) width 338: "There should be a red, white and blue pa ttern above this" 26 text run at (0,0) width 338: "There should be a red, white and blue pa ttern above this"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698