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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/svg/custom/circle-move-invalidation-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/circle-move-invalidation-expected.txt b/LayoutTests/platform/linux/svg/custom/circle-move-invalidation-expected.txt
similarity index 94%
copy from LayoutTests/platform/win/svg/custom/circle-move-invalidation-expected.txt
copy to LayoutTests/platform/linux/svg/custom/circle-move-invalidation-expected.txt
index 724c6ce5feb36b09fee0ca9bd0bebbaffd743482..ef3f2c0425762f1344645d710ff489fb18670da6 100644
--- a/LayoutTests/platform/win/svg/custom/circle-move-invalidation-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/circle-move-invalidation-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x359
RenderBlock {html} at (0,0) size 800x359
RenderBody {body} at (8,8) size 784x343
RenderBlock (anonymous) at (0,0) size 784x307
- RenderSVGRoot {svg} at (195,195) size 78x78
+ RenderSVGRoot {svg} at (194,194) size 80x80
RenderSVGEllipse {circle} at (196,196) size 76x76 [fill={[type=SOLID] [color=#FF0000]}] [cx=300.00] [cy=300.00] [r=50.00]
RenderText {#text} at (302,287) size 4x19
text run at (302,287) width 4: " "

Powered by Google App Engine
This is Rietveld 408576698