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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/object-sizing-expected.txt

Issue 208323007: Fix getBBox() returning (0,0) bug when width or height is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@myzbackup
Patch Set: Created 6 years, 9 months 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 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x400 3 layer at (0,0) size 800x400
4 RenderBlock {html} at (0,0) size 800x399.81 4 RenderBlock {html} at (0,0) size 800x399.81
5 RenderBody {body} at (8,8) size 784x375.81 5 RenderBody {body} at (8,8) size 784x375.81
6 RenderBlock {div} at (0,0) size 784x213 [bgcolor=#008000] 6 RenderBlock {div} at (0,0) size 784x213 [bgcolor=#008000]
7 RenderEmbeddedObject {object} at (0,0) size 208x208 [bgcolor=#FFA500] 7 RenderEmbeddedObject {object} at (0,0) size 208x208 [bgcolor=#FFA500]
8 layer at (0,0) size 208x208 8 layer at (0,0) size 208x208
9 RenderView at (0,0) size 208x208 9 RenderView at (0,0) size 208x208
10 layer at (0,0) size 208x208 10 layer at (0,0) size 208x208
11 RenderSVGRoot {svg} at (20,20) size 168x168 11 RenderSVGRoot {svg} at (18,18) size 172x172
12 RenderSVGEllipse {circle} at (20,20) size 168x168 [fill={[type=SOL ID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00] 12 RenderSVGEllipse {circle} at (18,18) size 172x172 [fill={[type=SOL ID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
13 RenderText {#text} at (0,0) size 0x0 13 RenderText {#text} at (0,0) size 0x0
14 RenderBlock {p} at (0,229) size 208x20 [bgcolor=#0000FF] 14 RenderBlock {p} at (0,229) size 208x20 [bgcolor=#0000FF]
15 RenderText {#text} at (0,0) size 10x19 15 RenderText {#text} at (0,0) size 10x19
16 text run at (0,0) width 10: "hi" 16 text run at (0,0) width 10: "hi"
17 RenderBlock {h2} at (0,268.91) size 784x27 17 RenderBlock {h2} at (0,268.91) size 784x27
18 RenderText {#text} at (0,0) size 169x26 18 RenderText {#text} at (0,0) size 169x26
19 text run at (0,0) width 169: "Expected results" 19 text run at (0,0) width 169: "Expected results"
20 RenderBlock {ul} at (0,315.81) size 784x60 20 RenderBlock {ul} at (0,315.81) size 784x60
21 RenderListItem {li} at (40,0) size 744x20 21 RenderListItem {li} at (40,0) size 744x20
22 RenderListMarker at (-18,0) size 7x19: bullet 22 RenderListMarker at (-18,0) size 7x19: bullet
(...skipping 10 matching lines...) Expand all
33 text run at (0,0) width 27: "The " 33 text run at (0,0) width 27: "The "
34 RenderInline {code} at (0,0) size 48x16 34 RenderInline {code} at (0,0) size 48x16
35 RenderText {#text} at (27,3) size 48x16 35 RenderText {#text} at (27,3) size 48x16
36 text run at (27,3) width 48: "object" 36 text run at (27,3) width 48: "object"
37 RenderText {#text} at (75,0) size 260x19 37 RenderText {#text} at (75,0) size 260x19
38 text run at (75,0) width 260: " appears in orange. Its height is set at 13em" 38 text run at (75,0) width 260: " appears in orange. Its height is set at 13em"
39 RenderListItem {li} at (40,40) size 744x20 39 RenderListItem {li} at (40,40) size 744x20
40 RenderListMarker at (-18,0) size 7x19: bullet 40 RenderListMarker at (-18,0) size 7x19: bullet
41 RenderText {#text} at (0,0) size 160x19 41 RenderText {#text} at (0,0) size 160x19
42 text run at (0,0) width 160: "The blue line is 13em wide" 42 text run at (0,0) width 160: "The blue line is 13em wide"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698