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

Unified Diff: LayoutTests/svg/filters/filterRes-expected.txt

Issue 913143006: Move RenderSVGRect 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/svg/filters/filterRes-expected.txt
diff --git a/LayoutTests/svg/filters/filterRes-expected.txt b/LayoutTests/svg/filters/filterRes-expected.txt
index 8fed0792de8a4ff260b08bbf8f85108547822bee..a6eb41ad204e945a00c84020bb2293d1f0d03136 100644
--- a/LayoutTests/svg/filters/filterRes-expected.txt
+++ b/LayoutTests/svg/filters/filterRes-expected.txt
@@ -28,13 +28,13 @@ layer at (0,0) size 800x600
[SourceGraphic]
RenderSVGImage {image} at (10,10) size 100x100
[filter="f1"] LayoutSVGResourceFilter {filter} at (10,10) size 100x100
- RenderSVGRect {rect} at (130,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=130.00] [y=10.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (130,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=130.00] [y=10.00] [width=100.00] [height=100.00]
[filter="over"] LayoutSVGResourceFilter {filter} at (130,10) size 100x100
LayoutSVGContainer {g} at (240,0) size 120x120 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,10.00)}]
[filter="gauss"] LayoutSVGResourceFilter {filter} at (-10,-10) size 120x120
- RenderSVGRect {rect} at (250,10) size 75x75 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=75.00] [height=75.00]
- RenderSVGRect {rect} at (275,35) size 75x75 [fill={[type=SOLID] [color=#0000FF]}] [x=25.00] [y=25.00] [width=75.00] [height=75.00]
+ LayoutSVGRect {rect} at (250,10) size 75x75 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=75.00] [height=75.00]
+ LayoutSVGRect {rect} at (275,35) size 75x75 [fill={[type=SOLID] [color=#0000FF]}] [x=25.00] [y=25.00] [width=75.00] [height=75.00]
LayoutSVGContainer {g} at (390,30) size 65x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(370.00,10.00)}]
[filter="dilate2"] LayoutSVGResourceFilter {filter} at (20,20) size 65x65
- RenderSVGRect {rect} at (389,29) size 52x52 [stroke={[type=SOLID] [color=#FF0000]}] [x=20.00] [y=20.00] [width=50.00] [height=50.00]
- RenderSVGRect {rect} at (404,44) size 52x52 [stroke={[type=SOLID] [color=#0000FF]}] [x=35.00] [y=35.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (389,29) size 52x52 [stroke={[type=SOLID] [color=#FF0000]}] [x=20.00] [y=20.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (404,44) size 52x52 [stroke={[type=SOLID] [color=#0000FF]}] [x=35.00] [y=35.00] [width=50.00] [height=50.00]
« no previous file with comments | « LayoutTests/svg/filters/filter-rounding-issues-expected.txt ('k') | LayoutTests/svg/filters/filterRes1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698