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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/svg/custom/object-sizing-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/object-sizing-expected.txt b/LayoutTests/platform/linux/svg/custom/object-sizing-expected.txt
similarity index 94%
copy from LayoutTests/platform/win/svg/custom/object-sizing-expected.txt
copy to LayoutTests/platform/linux/svg/custom/object-sizing-expected.txt
index b4e23b0475c82ff52bece79916159c9fd1598c53..624995badd0b8b45d5d7581229b3e9cdc041d152 100644
--- a/LayoutTests/platform/win/svg/custom/object-sizing-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/object-sizing-expected.txt
@@ -8,8 +8,8 @@ layer at (0,0) size 800x400
layer at (0,0) size 208x208
RenderView at (0,0) size 208x208
layer at (0,0) size 208x208
- RenderSVGRoot {svg} at (20,20) size 168x168
- RenderSVGEllipse {circle} at (20,20) size 168x168 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
+ RenderSVGRoot {svg} at (18,18) size 172x172
+ RenderSVGEllipse {circle} at (18,18) size 172x172 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
RenderText {#text} at (0,0) size 0x0
RenderBlock {p} at (0,229) size 208x20 [bgcolor=#0000FF]
RenderText {#text} at (0,0) size 10x19

Powered by Google App Engine
This is Rietveld 408576698