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

Unified Diff: LayoutTests/platform/win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt

Issue 927583002: Moving RenderSVG* files from rendering/ to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
index 2962e83dbf426967e23172b91ce6b1dca068c54d..b3a944f580610796d9c4ddda7132b95aa9aecc30 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
@@ -6,8 +6,8 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (10,7) size 475x41 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 475x41
chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 31 width 474.22: "Basic paint: stroke properties."
- RenderSVGPath {path} at (144,54) size 218x72 [stroke={[type=SOLID] [color=#FF0000] [stroke width=30.00] [line cap=ROUND]}] [data="M 160 70 L 360 90 L 160 110"]
- RenderSVGPath {path} at (158,175) size 204x70 [stroke={[type=SOLID] [color=#FF0000] [stroke width=30.00] [miter limit=1.00]}] [data="M 160 190 L 360 210 L 160 230"]
+ LayoutSVGPath {path} at (144,54) size 218x72 [stroke={[type=SOLID] [color=#FF0000] [stroke width=30.00] [line cap=ROUND]}] [data="M 160 70 L 360 90 L 160 110"]
+ LayoutSVGPath {path} at (158,175) size 204x70 [stroke={[type=SOLID] [color=#FF0000] [stroke width=30.00] [miter limit=1.00]}] [data="M 160 190 L 360 210 L 160 230"]
LayoutSVGText {text} at (60,124) size 404x44 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 404x44
chunk 1 text run 1 at (60.00,160.00) startOffset 0 endOffset 22 width 403.07: "stroke-linecap=\"round\""

Powered by Google App Engine
This is Rietveld 408576698