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

Unified Diff: LayoutTests/platform/linux/svg/custom/focus-ring-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/linux/svg/custom/focus-ring-expected.txt
diff --git a/LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt b/LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt
index 4098b3fa5eb29912464de869c5530ad949fd0caf..2dbfb47691fdfe19d692744dd3a13cfa825bd8a7 100644
--- a/LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/focus-ring-expected.txt
@@ -21,12 +21,12 @@ layer at (0,0) size 800x600
RenderSVGText {text} at (0,-15) size 73x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 73x19
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 12 width 73.00: "focused text"
- RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGImage {image} at (0,0) size 5x5
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
+ [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100
RenderSVGImage {image} at (143,393) size 151x151 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(200.00,400.00)}]
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
+ [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100
RenderSVGContainer {g} at (303,393) size 151x151 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(360.00,400.00)}]
RenderSVGImage {image} at (310,400) size 137x137
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
+ [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100

Powered by Google App Engine
This is Rietveld 408576698