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

Unified Diff: LayoutTests/platform/win/svg/custom/broken-internal-references-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/win/svg/custom/broken-internal-references-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/broken-internal-references-expected.txt b/LayoutTests/platform/win/svg/custom/broken-internal-references-expected.txt
index be8f33568db3098653c69f14ad93f69517e1b347..eede46ce6db777416472c8da960f81faa0919421 100644
--- a/LayoutTests/platform/win/svg/custom/broken-internal-references-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/broken-internal-references-expected.txt
@@ -3,7 +3,7 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (19,9) size 102x102
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGRect {rect} at (0,0) size 60x10 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=60.00] [height=10.00]
+ LayoutSVGRect {rect} at (0,0) size 60x10 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=60.00] [height=10.00]
LayoutSVGResourceLinearGradient {linearGradient} [id="grad-that-is-never-referred"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
@@ -13,7 +13,7 @@ layer at (0,0) size 800x600
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 19 width 134.23: "Shoud not be shown."
LayoutSVGResourceLinearGradient {linearGradient} [id="grad-with-invalid-href"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
LayoutSVGContainer {use} at (0,0) size 0x0 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,10.00)}]
- RenderSVGRect {rect} at (19,9) size 102x102 [stroke={[type=SOLID] [color=#0000FF] [stroke width=1.33]}] [fill={[type=LINEAR-GRADIENT] [id="grad-with-invalid-href"]}] [x=20.00] [y=10.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (19,9) size 102x102 [stroke={[type=SOLID] [color=#0000FF] [stroke width=1.33]}] [fill={[type=LINEAR-GRADIENT] [id="grad-with-invalid-href"]}] [x=20.00] [y=10.00] [width=100.00] [height=100.00]
LayoutSVGText {text} at (0,0) size 0x0 contains 1 chunk(s)
LayoutSVGTextPath {textPath} at (0,0) size 0x0
LayoutSVGInlineText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698