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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/struct-dom-11-f-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/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt
similarity index 86%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt
index 6c0615c7fee4d5368338d30eae4b3f966cb7e087..18c97e9170c5f60b56f2b57714a47c917ed3e7eb 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt
@@ -11,11 +11,12 @@ layer at (0,0) size 480x360
RenderSVGText {text} at (70,83) size 145x21 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 145x21
chunk 1 text run 1 at (70.00,100.00) startOffset 0 endOffset 19 width 145.00: "getIntersectionList"
- RenderSVGRect {rect} at (10,130) size 50x50 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=130.00] [width=50.00] [height=50.00]
+ RenderSVGRect {rect} at (10,130) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=130.00] [width=50.00] [height=50.00]
RenderSVGText {text} at (70,143) size 133x21 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 133x21
chunk 1 text run 1 at (70.00,160.00) startOffset 0 endOffset 16 width 133.00: "getEnclosureList"
- RenderSVGContainer {g} at (0,0) size 0x0
+ RenderSVGContainer {g} at (299,144) size 12x12
+ RenderSVGEllipse {circle} at (299,144) size 12x12 [fill={[type=SOLID] [color=#000000]}] [cx=305.00] [cy=150.00] [r=5.00]
RenderSVGContainer {g} at (10,311) size 228x36
RenderSVGText {text} at (10,311) size 228x36 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 228x36

Powered by Google App Engine
This is Rietveld 408576698