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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-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/types-basicDOM-01-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
similarity index 90%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
index b6751bbd5cbf4f158fc5cffa22c918a1340ac5b1..83e7654bdbe3f3557a0f3f85aef6d60c28bbe490 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
@@ -2,17 +2,17 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
- RenderSVGContainer {g} at (10,7) size 365x296
- RenderSVGContainer {g} at (10,7) size 365x296
- RenderSVGContainer {g} at (16,7) size 359x158 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,-60.00)}]
+ RenderSVGContainer {g} at (10,7) size 366x296
+ RenderSVGContainer {g} at (10,7) size 366x296
+ RenderSVGContainer {g} at (16,7) size 360x158 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,-60.00)}]
RenderSVGText {text} at (30,130) size 344x25 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 344x25
chunk 1 text run 1 at (30.00,150.00) startOffset 0 endOffset 37 width 343.33: "Rotated Text for testing SVGLocatable"
RenderSVGText {text} at (100,111) size 303x24 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 303x23
chunk 1 text run 1 at (100.00,130.00) startOffset 0 endOffset 35 width 302.86: "Some other text with id 'otherText'"
- RenderSVGViewportContainer {svg} at (275,45) size 100x100
- RenderSVGEllipse {circle} at (275,45) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=0.00] [r=50.00]
+ RenderSVGViewportContainer {svg} at (274,44) size 102x102
+ RenderSVGEllipse {circle} at (274,44) size 102x102 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=0.00] [r=50.00]
RenderSVGText {text} at (10,188) size 279x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 279x15
chunk 1 text run 1 at (10.00,200.00) startOffset 0 endOffset 50 width 279.00: ".getScreenCTM(): 0.42,0.42,-0.42,0.42,70.00,-60.00"

Powered by Google App Engine
This is Rietveld 408576698