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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-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/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
index bdeb10ec92958b4a284e5ab3226e4433abaa1e45..1115e5a9f1eba35c856b0b3ba3ea4d70cb733147 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
@@ -3,11 +3,11 @@ layer at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
LayoutSVGContainer {g} at (0,0) size 480x360
- RenderSVGRect {rect} at (0,0) size 240x180 [fill={[type=SOLID] [color=#DC143C]}] [x=100.00] [y=100.00] [width=50.00] [height=50.00]
- RenderSVGRect {rect} at (240,180) size 240x180 [fill={[type=SOLID] [color=#DC143C]}] [x=150.00] [y=150.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (0,0) size 240x180 [fill={[type=SOLID] [color=#DC143C]}] [x=100.00] [y=100.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (240,180) size 240x180 [fill={[type=SOLID] [color=#DC143C]}] [x=150.00] [y=150.00] [width=50.00] [height=50.00]
RenderSVGEllipse {circle} at (0,180) size 240x180 [fill={[type=SOLID] [color=#FFD700]}] [cx=125.00] [cy=175.00] [r=25.00]
RenderSVGEllipse {circle} at (240,0) size 240x180 [fill={[type=SOLID] [color=#FFD700]}] [cx=175.00] [cy=125.00] [r=25.00]
LayoutSVGText {text} at (105,186) size 66x12 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 66x12
chunk 1 text run 1 at (105.00,195.00) startOffset 0 endOffset 16 width 65.05: "$Revision: 1.8 $"
- RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698