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

Unified Diff: LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-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/getscreenctm-in-scrollable-div-area-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt b/LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt
similarity index 88%
copy from LayoutTests/platform/win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt
copy to LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt
index 6a95774cd70b319926520b20d478ab89594d5cf3..4f88e40eb1844baafda7225e392d1ddcdf922670 100644
--- a/LayoutTests/platform/win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt
@@ -5,9 +5,9 @@ layer at (0,0) size 800x550
RenderBody {body} at (0,0) size 800x550
layer at (0,0) size 750x550 clip at (0,0) size 735x535 scrollY 1700 scrollHeight 4011
RenderBlock {div} at (0,0) size 750x550
- RenderSVGRoot {svg} at (276,250) size 248x154
+ RenderSVGRoot {svg} at (276,249) size 248x155
RenderSVGRect {rect} at (350,250) size 100x100 [fill={[type=SOLID] [color=#000080] [opacity=0.50]}] [x=350.00] [y=1950.00] [width=100.00] [height=100.00]
- RenderSVGEllipse {circle} at (350,250) size 100x100 [fill={[type=SOLID] [color=#F08080]}] [cx=400.00] [cy=2000.00] [r=50.00]
+ RenderSVGEllipse {circle} at (349,249) size 102x102 [fill={[type=SOLID] [color=#F08080]}] [cx=400.00] [cy=2000.00] [r=50.00]
RenderSVGText {text} at (276,2085) size 248x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 247x19
chunk 1 (middle anchor) text run 1 at (276.50,2100.00) startOffset 0 endOffset 46 width 247.00: "The test passes if the circle sits in the rect"

Powered by Google App Engine
This is Rietveld 408576698