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

Unified Diff: LayoutTests/platform/linux/svg/filters/invalidate-on-child-layout-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/filters/invalidate-on-child-layout-expected.txt
diff --git a/LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt b/LayoutTests/platform/linux/svg/filters/invalidate-on-child-layout-expected.txt
similarity index 90%
copy from LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt
copy to LayoutTests/platform/linux/svg/filters/invalidate-on-child-layout-expected.txt
index cb73518492edb6b63e0d456913d90fd84d7769c4..36b30a18b7b316668363d59c418f4185c597a591 100644
--- a/LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt
+++ b/LayoutTests/platform/linux/svg/filters/invalidate-on-child-layout-expected.txt
@@ -8,4 +8,4 @@ layer at (0,0) size 800x600
[SourceGraphic]
RenderSVGContainer {g} at (40,40) size 120x120
[filter="filter"] RenderSVGResourceFilter {filter} at (40,40) size 120x120
- RenderSVGEllipse {circle} at (50,50) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=100.00] [cy=100.00] [r=50.00]
+ RenderSVGEllipse {circle} at (49,49) size 102x102 [fill={[type=SOLID] [color=#000000]}] [cx=100.00] [cy=100.00] [r=50.00]

Powered by Google App Engine
This is Rietveld 408576698