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

Unified Diff: LayoutTests/platform/mac/svg/custom/text-filter-expected.txt

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (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/mac/svg/custom/text-filter-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt b/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt
index 03b1ab8bbe4243713c813de4bcb42bd5a4d5a1f8..e73bb66421f8d79f6c8080727e5a818b7a31b8d5 100644
--- a/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt
@@ -3,11 +3,11 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,4) size 625x77
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceFilter {filter} [id="myfilter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+ LayoutSVGResourceFilter {filter} [id="myfilter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feGaussianBlur stdDeviation="3.00, 3.00"]
[SourceGraphic]
RenderSVGText {text} at (4,11) size 564x63 contains 1 chunk(s)
- [filter="myfilter"] RenderSVGResourceFilter {filter} at (-52.37,4.70) size 676.44x75.60
+ [filter="myfilter"] LayoutSVGResourceFilter {filter} at (-52.37,4.70) size 676.44x75.60
RenderSVGInlineText {#text} at (0,0) size 564x63
- [filter="myfilter"] RenderSVGResourceFilter {filter} at (-52.37,4.70) size 676.44x75.60
+ [filter="myfilter"] LayoutSVGResourceFilter {filter} at (-52.37,4.70) size 676.44x75.60
chunk 1 text run 1 at (4.00,60.00) startOffset 0 endOffset 26 width 563.70: "This text should be blury."

Powered by Google App Engine
This is Rietveld 408576698