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/custom/js-update-style-expected.txt b/LayoutTests/platform/qt/svg/custom/js-update-style-expected.txt
index 039945c..5af76fe 100644
--- a/LayoutTests/platform/qt/svg/custom/js-update-style-expected.txt
+++ b/LayoutTests/platform/qt/svg/custom/js-update-style-expected.txt
@@ -3,7 +3,7 @@
layer at (0,0) size 450x450
RenderSVGRoot {svg} at (6,6) size 158x238
RenderSVGContainer {g} at (6,6) size 158x238
- RenderSVGPath {rect} at (6,6) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=10.00] [width=150.00] [height=50.00]
- RenderSVGPath {rect} at (6,66) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=70.00] [width=150.00] [height=50.00]
- RenderSVGPath {rect} at (6,126) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=130.00] [width=150.00] [height=50.00]
- RenderSVGPath {rect} at (6,186) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=190.00] [width=150.00] [height=50.00]
+ RenderSVGRect {rect} at (6,6) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=10.00] [width=150.00] [height=50.00]
+ RenderSVGRect {rect} at (6,66) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=70.00] [width=150.00] [height=50.00]
+ RenderSVGRect {rect} at (6,126) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=130.00] [width=150.00] [height=50.00]
+ RenderSVGRect {rect} at (6,186) size 158x58 [stroke={[type=SOLID] [color=#FFFF00] [stroke width=7.56]}] [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=190.00] [width=150.00] [height=50.00]