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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-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 800x418 3 layer at (0,0) size 800x418
4 RenderBlock {html} at (0,0) size 800x418 4 RenderBlock {html} at (0,0) size 800x418
5 RenderBody {body} at (8,8) size 784x402 5 RenderBody {body} at (8,8) size 784x402
6 RenderBlock {div} at (0,0) size 402x402 [border: (1px solid #FF0000)] 6 RenderBlock {div} at (0,0) size 402x402 [border: (1px solid #FF0000)]
7 RenderEmbeddedObject {object} at (1,1) size 400x400 [bgcolor=#FF0000] 7 RenderEmbeddedObject {object} at (1,1) size 400x400 [bgcolor=#FF0000]
8 layer at (0,0) size 400x400 8 layer at (0,0) size 400x400
9 RenderView at (0,0) size 400x400 9 RenderView at (0,0) size 400x400
10 layer at (0,0) size 400x400 10 layer at (0,0) size 400x400
11 RenderSVGRoot {svg} at (0,0) size 400x400 11 RenderSVGRoot {svg} at (0,0) size 400x400
12 RenderSVGRect {rect} at (0,0) size 400x400 [fill={[type=SOLID] [co lor=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00] 12 RenderSVGRect {rect} at (0,0) size 400x400 [fill={[type=SOLID] [co lor=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
13 RenderSVGEllipse {circle} at (160,160) size 80x80 [fill={[type=SOL ID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00] 13 RenderSVGEllipse {circle} at (159,159) size 82x82 [fill={[type=SOL ID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
14 RenderText {#text} at (0,0) size 0x0 14 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698