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

Unified Diff: LayoutTests/platform/linux/svg/in-html/circle-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/in-html/circle-expected.txt
diff --git a/LayoutTests/platform/win/svg/in-html/circle-expected.txt b/LayoutTests/platform/linux/svg/in-html/circle-expected.txt
similarity index 81%
copy from LayoutTests/platform/win/svg/in-html/circle-expected.txt
copy to LayoutTests/platform/linux/svg/in-html/circle-expected.txt
index fbd16c22a41cfdc946d94ee66e4527683849644b..85013faec3b1754372d920e52b9931a0f10ef0e0 100644
--- a/LayoutTests/platform/win/svg/in-html/circle-expected.txt
+++ b/LayoutTests/platform/linux/svg/in-html/circle-expected.txt
@@ -7,6 +7,6 @@ layer at (0,0) size 785x665
RenderText {#text} at (0,0) size 176x19
text run at (0,0) width 176: "This circle is drawn via SVG."
RenderBlock (anonymous) at (0,36) size 769x605
- RenderSVGRoot {svg} at (8,52) size 40x40
- RenderSVGEllipse {circle} at (8,52) size 40x40 [fill={[type=SOLID] [color=#008000]}] [cx=20.00] [cy=20.00] [r=20.00]
+ RenderSVGRoot {svg} at (8,52) size 41x41
+ RenderSVGEllipse {circle} at (8,52) size 41x41 [fill={[type=SOLID] [color=#008000]}] [cx=20.00] [cy=20.00] [r=20.00]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698