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

Unified Diff: LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-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-nested-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt b/LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt
similarity index 90%
copy from LayoutTests/platform/win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt
copy to LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt
index 97fe57abc4a64e043c69c141e73a316e1a5acffa..1aaf1c2560e4c6f817ad895a35ea74251f13f823 100644
--- a/LayoutTests/platform/win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 750x550 clip at (0,0) size 735x535 scrollY 300 scrollHeight
RenderBlock {div} at (0,0) size 750x550
layer at (0,-300) size 725x1000 backgroundClip at (0,0) size 725x535 clip at (0,0) size 710x535 outlineClip at (0,0) size 735x535 scrollY 1400 scrollHeight 4101
RenderBlock {div} at (0,0) size 725x1000
- 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