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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/circle-move-invalidation-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 800x359 3 layer at (0,0) size 800x359
4 RenderBlock {html} at (0,0) size 800x359 4 RenderBlock {html} at (0,0) size 800x359
5 RenderBody {body} at (8,8) size 784x343 5 RenderBody {body} at (8,8) size 784x343
6 RenderBlock (anonymous) at (0,0) size 784x307 6 RenderBlock (anonymous) at (0,0) size 784x307
7 RenderSVGRoot {svg} at (195,195) size 78x78 7 RenderSVGRoot {svg} at (194,194) size 80x80
8 RenderSVGEllipse {circle} at (196,196) size 76x76 [fill={[type=SOLID] [color=#FF0000]}] [cx=300.00] [cy=300.00] [r=50.00] 8 RenderSVGEllipse {circle} at (196,196) size 76x76 [fill={[type=SOLID] [color=#FF0000]}] [cx=300.00] [cy=300.00] [r=50.00]
9 RenderText {#text} at (302,287) size 4x19 9 RenderText {#text} at (302,287) size 4x19
10 text run at (302,287) width 4: " " 10 text run at (302,287) width 4: " "
11 RenderBR {br} at (306,287) size 0x19 11 RenderBR {br} at (306,287) size 0x19
12 RenderBlock {p} at (0,323) size 784x0 12 RenderBlock {p} at (0,323) size 784x0
13 RenderBlock {p} at (0,323) size 784x0 13 RenderBlock {p} at (0,323) size 784x0
14 RenderBlock (anonymous) at (0,323) size 784x20 14 RenderBlock (anonymous) at (0,323) size 784x20
15 RenderText {#text} at (0,0) size 515x19 15 RenderText {#text} at (0,0) size 515x19
16 text run at (0,0) width 515: "The circle should not be (partially or f ully)visible at the original position after moving it." 16 text run at (0,0) width 515: "The circle should not be (partially or f ully)visible at the original position after moving it."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698