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

Unified Diff: LayoutTests/svg/custom/use-nested-transform-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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/svg/custom/use-nested-transform-expected.txt
diff --git a/LayoutTests/svg/custom/use-nested-transform-expected.txt b/LayoutTests/svg/custom/use-nested-transform-expected.txt
index a47b01da88a2bee2497cc4f6c8cbcf36aa91989c..07b694bdbedd9c8671b7e33211caa7f342851f2a 100644
--- a/LayoutTests/svg/custom/use-nested-transform-expected.txt
+++ b/LayoutTests/svg/custom/use-nested-transform-expected.txt
@@ -4,12 +4,12 @@ layer at (0,0) size 450x500
RenderSVGRoot {svg} at (0,0) size 448x498
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGPath {path} at (0,36) size 272x362 [fill={[type=SOLID] [color=#6666FF]}] [data="M 172 44 C 137 60 31 135 11 199 C 3 226 33 247 55 232 C 14 306 -1 332 0 356 C 0 370 13 398 44 383 C 52 379 79 358 96 342 C 110 341 120 331 138 314 C 155 328 174 324 190 307 C 212 309 272 229 234 199 C 231 175 204 162 181 181 C 175 179 168 180 163 182 C 185 147 206 100 212 77 C 219 47 188 36 172 44 Z"]
- RenderSVGContainer {g} at (0,0) size 30x31
+ LayoutSVGContainer {g} at (0,0) size 30x31
RenderSVGRect {rect} at (0,0) size 30x31 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-418.00,-467.00)}] [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=446.00] [height=496.00]
- RenderSVGContainer {use} at (0,0) size 0x0 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-418.00,-467.00)}]
+ LayoutSVGContainer {use} at (0,0) size 0x0 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-418.00,-467.00)}]
RenderSVGPath {path} at (0,0) size 0x0 [fill={[type=SOLID] [color=#6666FF]}] [data="M 172 44 C 137 60 31 135 11 199 C 3 226 33 247 55 232 C 14 306 -1 332 0 356 C 0 370 13 398 44 383 C 52 379 79 358 96 342 C 110 341 120 331 138 314 C 155 328 174 324 190 307 C 212 309 272 229 234 199 C 231 175 204 162 181 181 C 175 179 168 180 163 182 C 185 147 206 100 212 77 C 219 47 188 36 172 44 Z"]
- RenderSVGContainer {use} at (0,0) size 448x498 [transform={m=((1.00,0.00)(0.00,1.00)) t=(418.00,467.00)}]
- RenderSVGContainer {g} at (0,0) size 448x498
+ LayoutSVGContainer {use} at (0,0) size 448x498 [transform={m=((1.00,0.00)(0.00,1.00)) t=(418.00,467.00)}]
+ LayoutSVGContainer {g} at (0,0) size 448x498
RenderSVGRect {rect} at (0,0) size 448x498 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-418.00,-467.00)}] [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=446.00] [height=496.00]
- RenderSVGContainer {g} at (0,36) size 272x362 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-418.00,-467.00)}]
+ LayoutSVGContainer {g} at (0,36) size 272x362 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-418.00,-467.00)}]
RenderSVGPath {path} at (0,36) size 272x362 [fill={[type=SOLID] [color=#6666FF]}] [data="M 172 44 C 137 60 31 135 11 199 C 3 226 33 247 55 232 C 14 306 -1 332 0 356 C 0 370 13 398 44 383 C 52 379 79 358 96 342 C 110 341 120 331 138 314 C 155 328 174 324 190 307 C 212 309 272 229 234 199 C 231 175 204 162 181 181 C 175 179 168 180 163 182 C 185 147 206 100 212 77 C 219 47 188 36 172 44 Z"]

Powered by Google App Engine
This is Rietveld 408576698