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

Unified Diff: LayoutTests/platform/linux/svg/custom/viewBox-hit-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/viewBox-hit-expected.txt
diff --git a/LayoutTests/svg/custom/viewBox-hit-expected.txt b/LayoutTests/platform/linux/svg/custom/viewBox-hit-expected.txt
similarity index 58%
copy from LayoutTests/svg/custom/viewBox-hit-expected.txt
copy to LayoutTests/platform/linux/svg/custom/viewBox-hit-expected.txt
index dcfc9c6b01a59cb1f0725fef3c81614eb24199c1..d9a121a43a30dd1670e3d3d9d3475998af8243ad 100644
--- a/LayoutTests/svg/custom/viewBox-hit-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/viewBox-hit-expected.txt
@@ -1,5 +1,5 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 227x189
- RenderSVGRoot {svg} at (75,47) size 77x76
- RenderSVGEllipse {circle} at (75,47) size 77x76 [fill={[type=SOLID] [color=#008000]}] [cx=300.00] [cy=225.00] [r=100.00]
+ RenderSVGRoot {svg} at (75,47) size 77x77
+ RenderSVGEllipse {circle} at (75,47) size 77x77 [fill={[type=SOLID] [color=#008000]}] [cx=300.00] [cy=225.00] [r=100.00]

Powered by Google App Engine
This is Rietveld 408576698