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

Unified Diff: LayoutTests/platform/linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-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/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt b/LayoutTests/platform/linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt
similarity index 98%
copy from LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt
copy to LayoutTests/platform/linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt
index 6e20b2029a7335f5a07ed37fd35652b52f3adfae..21d0d807c763917790c9465e2277054d8fd9eabb 100644
--- a/LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt
+++ b/LayoutTests/platform/linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt
@@ -29,6 +29,6 @@ PASS successfullyParsed is true
TEST COMPLETE
(repaint rects
- (rect 58 8 200 300)
+ (rect 57 8 202 300)
)

Powered by Google App Engine
This is Rietveld 408576698