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

Unified Diff: LayoutTests/platform/android/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/android/svg/custom/focus-ring-expected.txt
diff --git a/LayoutTests/platform/android/svg/custom/focus-ring-expected.txt b/LayoutTests/platform/android/svg/custom/focus-ring-expected.txt
index 922d2a21f1043e95d5b03cc2665d3d4fb5a01d43..0fa2df2cb77d5917628949b0ceb9476f82d77581 100644
--- a/LayoutTests/platform/android/svg/custom/focus-ring-expected.txt
+++ b/LayoutTests/platform/android/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 (303,393) size 151x151
- [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