New renderer for SVGRectElement
https://bugs.webkit.org/show_bug.cgi?id=65769
Source/WebCore:
Rubber-stamped by Zoltan Herczeg.
Change the return value of RenderSVGRect::renderName() from RenderSVGPath to RenderSVGRect.
This is a follow-up patch of r101517 to correct the DRT output.
* rendering/svg/RenderSVGRect.h:
(WebCore::RenderSVGRect::renderName):
LayoutTests:
Rubber stamped by Zoltan Herczeg.
Rename the renderer of SVGRects from RenderSVGPath to RenderSVGRect.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103407 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt b/LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt
index 0e70b42..63f49b5 100644
--- a/LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt
+++ b/LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt
@@ -5,6 +5,6 @@
RenderInline {body} at (0,0) size 400x21
RenderText {#text} at (0,0) size 0x0
RenderSVGRoot {svg} at (0,0) size 400x400
- RenderSVGPath {rect} at (0,0) size 400x400 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=4000.00] [height=4000.00]
+ RenderSVGRect {rect} at (0,0) size 400x400 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=4000.00] [height=4000.00]
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0