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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-uri-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/linking-uri-01-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt
similarity index 97%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt
index 2c7926078015c5d8c24cdaae5b177d189080b9dc..c17268cfc1df26b847a750aaafa8c771808b4a8d 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt
@@ -38,7 +38,7 @@ layer at (0,0) size 480x360
RenderSVGText {text} at (302,120) size 116x12 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 116x12
chunk 1 text run 1 at (302.00,130.00) startOffset 0 endOffset 29 width 116.00: "No view attributes except id."
- RenderSVGEllipse {ellipse} at (298,219) size 144x64 [fill={[type=SOLID] [color=#0000FF]}] [cx=370.00] [cy=251.00] [rx=72.00] [ry=32.00]
+ RenderSVGEllipse {ellipse} at (297,218) size 146x66 [fill={[type=SOLID] [color=#0000FF]}] [cx=370.00] [cy=251.00] [rx=72.00] [ry=32.00]
RenderSVGText {text} at (355,280) size 39x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 39x19
chunk 1 text run 1 at (355.00,295.00) startOffset 0 endOffset 7 width 39.00: "Ellipse"
@@ -46,7 +46,7 @@ layer at (0,0) size 480x360
RenderSVGText {text} at (315,204) size 110x12 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 110x12
chunk 1 text run 1 at (315.00,214.00) startOffset 0 endOffset 27 width 110.00: "viewBox, should fill frame."
- RenderSVGEllipse {circle} at (49,32) size 72x72 [fill={[type=SOLID] [color=#FFFF00]}] [cx=85.00] [cy=68.00] [r=36.00]
+ RenderSVGEllipse {circle} at (48,31) size 74x74 [fill={[type=SOLID] [color=#FFFF00]}] [cx=85.00] [cy=68.00] [r=36.00]
RenderSVGText {text} at (70,101) size 36x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 36x19
chunk 1 text run 1 at (70.00,116.00) startOffset 0 endOffset 6 width 36.00: "Circle"

Powered by Google App Engine
This is Rietveld 408576698