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

Unified Diff: LayoutTests/platform/linux/svg/custom/focus-ring-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/custom/focus-ring-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/focus-ring-expected.txt b/LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt
similarity index 93%
copy from LayoutTests/platform/win/svg/custom/focus-ring-expected.txt
copy to LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt
index 922d2a21f1043e95d5b03cc2665d3d4fb5a01d43..633adf27a0c845ce502511ddb63cdd2ae4d7219b 100644
--- a/LayoutTests/platform/win/svg/custom/focus-ring-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt
@@ -1,8 +1,8 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (10,10) size 437x527
- RenderSVGEllipse {circle} at (10,5) size 110x110 [fill={[type=SOLID] [color=#FFA500]}] [cx=65.00] [cy=60.00] [r=50.00]
+ RenderSVGRoot {svg} at (10,9) size 437x528
+ RenderSVGEllipse {circle} at (9,4) size 112x112 [fill={[type=SOLID] [color=#FFA500]}] [cx=65.00] [cy=60.00] [r=50.00]
RenderSVGPath {path} at (135,5) size 110x110 [fill={[type=SOLID] [color=#FFA500]}] [data="M 140 10 L 190 110 L 240 60 L 220 60 L 200 30 Z"]
RenderSVGContainer {g} at (265,5) size 110x110
RenderSVGRect {rect} at (265,5) size 110x110 [fill={[type=SOLID] [color=#FFA500]}] [x=270.00] [y=10.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698