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

Unified Diff: LayoutTests/platform/linux/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/linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
index 7406a0b0613a469339b8b7257f4dce363f10dff4..09a8c7e5569a24640fe0331bbdcdb7e7038e9076 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt
+++ b/LayoutTests/platform/linux/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 471x41 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 471x41
chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 31 width 471.00: "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 393x45 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 393x45
chunk 1 text run 1 at (60.00,160.00) startOffset 0 endOffset 22 width 393.00: "stroke-linecap=\"round\""

Powered by Google App Engine
This is Rietveld 408576698