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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-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 800x550 3 layer at (0,0) size 800x550
4 RenderBlock {html} at (0,0) size 800x550 4 RenderBlock {html} at (0,0) size 800x550
5 RenderBody {body} at (0,0) size 800x550 5 RenderBody {body} at (0,0) size 800x550
6 layer at (0,0) size 750x550 clip at (0,0) size 735x535 scrollY 1700 scrollHeight 4011 6 layer at (0,0) size 750x550 clip at (0,0) size 735x535 scrollY 1700 scrollHeight 4011
7 RenderBlock {div} at (0,0) size 750x550 7 RenderBlock {div} at (0,0) size 750x550
8 RenderSVGRoot {svg} at (276,250) size 248x154 8 RenderSVGRoot {svg} at (276,249) size 248x155
9 RenderSVGRect {rect} at (350,250) size 100x100 [fill={[type=SOLID] [color= #000080] [opacity=0.50]}] [x=350.00] [y=1950.00] [width=100.00] [height=100.00] 9 RenderSVGRect {rect} at (350,250) size 100x100 [fill={[type=SOLID] [color= #000080] [opacity=0.50]}] [x=350.00] [y=1950.00] [width=100.00] [height=100.00]
10 RenderSVGEllipse {circle} at (350,250) size 100x100 [fill={[type=SOLID] [c olor=#F08080]}] [cx=400.00] [cy=2000.00] [r=50.00] 10 RenderSVGEllipse {circle} at (349,249) size 102x102 [fill={[type=SOLID] [c olor=#F08080]}] [cx=400.00] [cy=2000.00] [r=50.00]
11 RenderSVGText {text} at (276,2085) size 248x19 contains 1 chunk(s) 11 RenderSVGText {text} at (276,2085) size 248x19 contains 1 chunk(s)
12 RenderSVGInlineText {#text} at (0,0) size 247x19 12 RenderSVGInlineText {#text} at (0,0) size 247x19
13 chunk 1 (middle anchor) text run 1 at (276.50,2100.00) startOffset 0 e ndOffset 46 width 247.00: "The test passes if the circle sits in the rect" 13 chunk 1 (middle anchor) text run 1 at (276.50,2100.00) startOffset 0 e ndOffset 46 width 247.00: "The test passes if the circle sits in the rect"
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