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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-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-SE/types-dom-01-b-expected.txt
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt
similarity index 96%
copy from LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt
index 3a5df4ceb6218b0a222c1d7317f64e90d321a9d7..b00548057ed9e9bf271b52795bfdd3e6bdfadfc6 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt
@@ -3,9 +3,9 @@ layer at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGContainer {g} at (10,9) size 365x294
- RenderSVGContainer {g} at (10,9) size 365x294
- RenderSVGContainer {g} at (17,9) size 358x153 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,-60.00)}]
+ RenderSVGContainer {g} at (10,9) size 366x294
+ RenderSVGContainer {g} at (10,9) size 366x294
+ RenderSVGContainer {g} at (17,9) size 359x153 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,-60.00)}]
RenderSVGText {text} at (30,134) size 338x20 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 338x20
chunk 1 text run 1 at (30.00,150.00) startOffset 0 endOffset 1 width 14.44: "R"
@@ -33,8 +33,8 @@ layer at (0,0) size 480x360
chunk 1 text run 8 at (328.08,130.00) startOffset 27 endOffset 31 width 41.12: "herT"
chunk 1 text run 9 at (367.30,130.00) startOffset 31 endOffset 32 width 11.12: "e"
chunk 1 text run 10 at (377.88,130.00) startOffset 32 endOffset 35 width 19.38: "xt'"
- RenderSVGViewportContainer {svg} at (275,45) size 100x100
- RenderSVGEllipse {circle} at (275,45) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [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=#0000FF]}] [cx=0.00] [cy=0.00] [r=50.00]
RenderSVGText {text} at (10,190) size 277x13 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 277x12
chunk 1 text run 1 at (10.00,200.00) startOffset 0 endOffset 3 width 16.68: ".ge"

Powered by Google App Engine
This is Rietveld 408576698