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

Unified Diff: LayoutTests/platform/linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-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/SVGCircleElement-svgdom-r-prop-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt b/LayoutTests/platform/linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt
similarity index 94%
copy from LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt
copy to LayoutTests/platform/linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt
index 5bbe68f1e99198a882d7ba770ab3230a24fe0efe..f6282bd9e574edaff4ebe54566aa5b8ed77f3a69 100644
--- a/LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt
+++ b/LayoutTests/platform/linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt
@@ -11,7 +11,7 @@ PASS successfullyParsed is true
TEST COMPLETE
(repaint rects
- (rect 157 157 2 2)
+ (rect 156 156 4 4)
(rect 8 8 300 300)
)

Powered by Google App Engine
This is Rietveld 408576698