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

Unified Diff: LayoutTests/svg/hixie/data-types/001-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
« no previous file with comments | « LayoutTests/svg/foreignObject/mask-expected.txt ('k') | LayoutTests/svg/hixie/dynamic/003-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/hixie/data-types/001-expected.txt
diff --git a/LayoutTests/svg/hixie/data-types/001-expected.txt b/LayoutTests/svg/hixie/data-types/001-expected.txt
index 65cc2a28a447b4ebdc1d7a6a84be6496d7e6837d..a4e8b5f40250bbcc0b5697c49b63068d725de589 100644
--- a/LayoutTests/svg/hixie/data-types/001-expected.txt
+++ b/LayoutTests/svg/hixie/data-types/001-expected.txt
@@ -2,14 +2,14 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 310x310
RenderSVGRoot {svg} at (0,0) size 310x310
- RenderSVGRect {rect} at (0,0) size 310x310 [stroke={[type=SOLID] [color=#000080]}] [x=0.00] [y=0.00] [width=310.00] [height=310.00]
- RenderSVGRect {rect} at (10,10) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=10.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,40) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=40.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,70) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=70.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,100) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=100.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,130) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=130.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,160) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=160.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,190) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=190.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,220) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=220.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,250) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=250.00] [width=290.00] [height=20.00]
- RenderSVGRect {rect} at (10,280) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=280.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (0,0) size 310x310 [stroke={[type=SOLID] [color=#000080]}] [x=0.00] [y=0.00] [width=310.00] [height=310.00]
+ LayoutSVGRect {rect} at (10,10) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=10.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,40) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=40.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,70) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=70.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,100) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=100.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,130) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=130.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,160) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=160.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,190) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=190.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,220) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=220.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,250) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=250.00] [width=290.00] [height=20.00]
+ LayoutSVGRect {rect} at (10,280) size 290x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=280.00] [width=290.00] [height=20.00]
« no previous file with comments | « LayoutTests/svg/foreignObject/mask-expected.txt ('k') | LayoutTests/svg/hixie/dynamic/003-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698