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

Unified Diff: LayoutTests/platform/linux/svg/filters/feImage-late-indirect-update-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/feImage-late-indirect-update-expected.txt
diff --git a/LayoutTests/svg/filters/feImage-late-indirect-update-expected.txt b/LayoutTests/platform/linux/svg/filters/feImage-late-indirect-update-expected.txt
similarity index 88%
copy from LayoutTests/svg/filters/feImage-late-indirect-update-expected.txt
copy to LayoutTests/platform/linux/svg/filters/feImage-late-indirect-update-expected.txt
index 751e4eab0ea01cdbd21ada2a299f92dbc0fa02f8..c9fe768b7c6412719804f5bc5c2aad85bb710c72 100644
--- a/LayoutTests/svg/filters/feImage-late-indirect-update-expected.txt
+++ b/LayoutTests/platform/linux/svg/filters/feImage-late-indirect-update-expected.txt
@@ -6,7 +6,7 @@ layer at (0,0) size 800x600
RenderSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,1)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#008000]
RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
- [feImage image-size="400x300"]
- RenderSVGEllipse {ellipse} at (200,150) size 400x300 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [cx=400.00] [cy=300.00] [rx=200.00] [ry=150.00]
+ [feImage image-size="402x302"]
+ RenderSVGEllipse {ellipse} at (199,149) size 402x302 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [cx=400.00] [cy=300.00] [rx=200.00] [ry=150.00]
RenderSVGRect {rect} at (0,0) size 800x600 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=800.00] [height=600.00]
[filter="filter"] RenderSVGResourceFilter {filter} at (-80,-60) size 960x720

Powered by Google App Engine
This is Rietveld 408576698