[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ossy at webkit.org ossy at webkit.org
Thu Apr 8 00:49:10 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 632f414a63ef8097388c72f251036622b0be89d3
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 25 23:11:47 2009 +0000

    Rubber-stamped by Simon Hausmann.
    
    [Qt] svg/custom/global-constructors.html skipped
    temporarily (until fix) because of missing variables.
    Platform dependent expected files updated after r52559.
    
    https://bugs.webkit.org/show_bug.cgi?id=32941
    
    * platform/qt/Skipped: svg/custom/global-constructors.html added until fix.
    * platform/qt/fast/dom/Window/window-properties-expected.txt: updated.
    * platform/qt/fast/dom/prototype-inheritance-expected.txt: updated.
    * platform/qt/fast/js/global-constructors-expected.txt: updated.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52560 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8918753..8c642f1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2009-12-25  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Rubber-stamped by Simon Hausmann.
+
+        [Qt] svg/custom/global-constructors.html skipped 
+        temporarily (until fix) because of missing variables.
+        Platform dependent expected files updated after r52559.
+
+        https://bugs.webkit.org/show_bug.cgi?id=32941
+
+        * platform/qt/Skipped: svg/custom/global-constructors.html added until fix.
+        * platform/qt/fast/dom/Window/window-properties-expected.txt: updated.
+        * platform/qt/fast/dom/prototype-inheritance-expected.txt: updated.
+        * platform/qt/fast/js/global-constructors-expected.txt: updated.
+
 2009-12-25  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Reviewed by Dirk Schulze.
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 24892f9..de051b2 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5194,3 +5194,10 @@ http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
 #              LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml
 # https://bugs.webkit.org/show_bug.cgi?id=32519
 svg/custom/use-instanceRoot-as-event-target.xhtml
+
+# Missing variables:
+# SVGAltGlyphElement, SVGAnimateElement, SVGAnimateColorElement, SVGAnimateTransformElement
+# SVGFontElement, SVGGlyphElement, SVGMissingGlyphElement, SVGFontFaceElement, SVGFontFaceSrcElement
+# SVGFontFaceUriElement, SVGFontFaceFormatElement, SVGFontFaceNameElement, SVGForeignObjectElement
+# https://bugs.webkit.org/show_bug.cgi?id=32941
+svg/custom/global-constructors.html
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
index 43c597f..78bd870 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
@@ -1275,6 +1275,8 @@ window.RangeException.prototype.INVALID_NODE_TYPE_ERR [number]
 window.Rect [object RectConstructor]
 window.Rect.prototype [object RectPrototype]
 window.ReferenceError [function]
+window.SVGAElement [object SVGAElementConstructor]
+window.SVGAElement.prototype [printed above as window.Element.prototype]
 window.SVGAngle [object SVGAngleConstructor]
 window.SVGAngle.SVG_ANGLETYPE_DEG [number]
 window.SVGAngle.SVG_ANGLETYPE_GRAD [number]
@@ -1289,6 +1291,34 @@ window.SVGAngle.prototype.SVG_ANGLETYPE_UNKNOWN [number]
 window.SVGAngle.prototype.SVG_ANGLETYPE_UNSPECIFIED [number]
 window.SVGAngle.prototype.convertToSpecifiedUnits [function]
 window.SVGAngle.prototype.newValueSpecifiedUnits [function]
+window.SVGAnimatedAngle [object SVGAnimatedAngleConstructor]
+window.SVGAnimatedAngle.prototype [object SVGAnimatedAnglePrototype]
+window.SVGAnimatedBoolean [object SVGAnimatedBooleanConstructor]
+window.SVGAnimatedBoolean.prototype [object SVGAnimatedBooleanPrototype]
+window.SVGAnimatedEnumeration [object SVGAnimatedEnumerationConstructor]
+window.SVGAnimatedEnumeration.prototype [object SVGAnimatedEnumerationPrototype]
+window.SVGAnimatedInteger [object SVGAnimatedIntegerConstructor]
+window.SVGAnimatedInteger.prototype [object SVGAnimatedIntegerPrototype]
+window.SVGAnimatedLength [object SVGAnimatedLengthConstructor]
+window.SVGAnimatedLength.prototype [object SVGAnimatedLengthPrototype]
+window.SVGAnimatedLengthList [object SVGAnimatedLengthListConstructor]
+window.SVGAnimatedLengthList.prototype [object SVGAnimatedLengthListPrototype]
+window.SVGAnimatedNumber [object SVGAnimatedNumberConstructor]
+window.SVGAnimatedNumber.prototype [object SVGAnimatedNumberPrototype]
+window.SVGAnimatedNumberList [object SVGAnimatedNumberListConstructor]
+window.SVGAnimatedNumberList.prototype [object SVGAnimatedNumberListPrototype]
+window.SVGAnimatedPreserveAspectRatio [object SVGAnimatedPreserveAspectRatioConstructor]
+window.SVGAnimatedPreserveAspectRatio.prototype [object SVGAnimatedPreserveAspectRatioPrototype]
+window.SVGAnimatedRect [object SVGAnimatedRectConstructor]
+window.SVGAnimatedRect.prototype [object SVGAnimatedRectPrototype]
+window.SVGAnimatedString [object SVGAnimatedStringConstructor]
+window.SVGAnimatedString.prototype [object SVGAnimatedStringPrototype]
+window.SVGAnimatedTransformList [object SVGAnimatedTransformListConstructor]
+window.SVGAnimatedTransformList.prototype [object SVGAnimatedTransformListPrototype]
+window.SVGCircleElement [object SVGCircleElementConstructor]
+window.SVGCircleElement.prototype [printed above as window.Element.prototype]
+window.SVGClipPathElement [object SVGClipPathElementConstructor]
+window.SVGClipPathElement.prototype [printed above as window.Element.prototype]
 window.SVGColor [object SVGColorConstructor]
 window.SVGColor.SVG_COLORTYPE_CURRENTCOLOR [number]
 window.SVGColor.SVG_COLORTYPE_RGBCOLOR [number]
@@ -1303,6 +1333,26 @@ window.SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_LINEAR [
 window.SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_TABLE [number]
 window.SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN [number]
 window.SVGComponentTransferFunctionElement.prototype [printed above as window.Element.prototype]
+window.SVGCursorElement [object SVGCursorElementConstructor]
+window.SVGCursorElement.prototype [printed above as window.Element.prototype]
+window.SVGDefsElement [object SVGDefsElementConstructor]
+window.SVGDefsElement.prototype [printed above as window.Element.prototype]
+window.SVGDescElement [object SVGDescElementConstructor]
+window.SVGDescElement.prototype [printed above as window.Element.prototype]
+window.SVGDocument [object SVGDocumentConstructor]
+window.SVGDocument.prototype [printed above as window.Document.prototype]
+window.SVGElement [object SVGElementConstructor]
+window.SVGElement.prototype [printed above as window.Element.prototype]
+window.SVGElementInstance [object SVGElementInstanceConstructor]
+window.SVGElementInstance.prototype [object SVGElementInstancePrototype]
+window.SVGElementInstance.prototype.addEventListener [function]
+window.SVGElementInstance.prototype.dispatchEvent [function]
+window.SVGElementInstance.prototype.removeEventListener [function]
+window.SVGElementInstanceList [object SVGElementInstanceListConstructor]
+window.SVGElementInstanceList.prototype [object SVGElementInstanceListPrototype]
+window.SVGElementInstanceList.prototype.item [function]
+window.SVGEllipseElement [object SVGEllipseElementConstructor]
+window.SVGEllipseElement.prototype [printed above as window.Element.prototype]
 window.SVGException [object SVGExceptionConstructor]
 window.SVGException.SVG_INVALID_VALUE_ERR [number]
 window.SVGException.SVG_MATRIX_NOT_INVERTABLE [number]
@@ -1326,6 +1376,8 @@ window.SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_MATRIX [number]
 window.SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE [number]
 window.SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN [number]
 window.SVGFEColorMatrixElement.prototype [printed above as window.Element.prototype]
+window.SVGFEComponentTransferElement [object SVGFEComponentTransferElementConstructor]
+window.SVGFEComponentTransferElement.prototype [printed above as window.Element.prototype]
 window.SVGFECompositeElement [object SVGFECompositeElementConstructor]
 window.SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC [number]
 window.SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP [number]
@@ -1335,6 +1387,8 @@ window.SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER [number]
 window.SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN [number]
 window.SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR [number]
 window.SVGFECompositeElement.prototype [printed above as window.Element.prototype]
+window.SVGFEDiffuseLightingElement [object SVGFEDiffuseLightingElementConstructor]
+window.SVGFEDiffuseLightingElement.prototype [printed above as window.Element.prototype]
 window.SVGFEDisplacementMapElement [object SVGFEDisplacementMapElementConstructor]
 window.SVGFEDisplacementMapElement.SVG_CHANNEL_A [number]
 window.SVGFEDisplacementMapElement.SVG_CHANNEL_B [number]
@@ -1342,11 +1396,41 @@ window.SVGFEDisplacementMapElement.SVG_CHANNEL_G [number]
 window.SVGFEDisplacementMapElement.SVG_CHANNEL_R [number]
 window.SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN [number]
 window.SVGFEDisplacementMapElement.prototype [printed above as window.Element.prototype]
+window.SVGFEDistantLightElement [object SVGFEDistantLightElementConstructor]
+window.SVGFEDistantLightElement.prototype [printed above as window.Element.prototype]
+window.SVGFEFloodElement [object SVGFEFloodElementConstructor]
+window.SVGFEFloodElement.prototype [printed above as window.Element.prototype]
+window.SVGFEFuncAElement [object SVGFEFuncAElementConstructor]
+window.SVGFEFuncAElement.prototype [printed above as window.Element.prototype]
+window.SVGFEFuncBElement [object SVGFEFuncBElementConstructor]
+window.SVGFEFuncBElement.prototype [printed above as window.Element.prototype]
+window.SVGFEFuncGElement [object SVGFEFuncGElementConstructor]
+window.SVGFEFuncGElement.prototype [printed above as window.Element.prototype]
+window.SVGFEFuncRElement [object SVGFEFuncRElementConstructor]
+window.SVGFEFuncRElement.prototype [printed above as window.Element.prototype]
+window.SVGFEGaussianBlurElement [object SVGFEGaussianBlurElementConstructor]
+window.SVGFEGaussianBlurElement.prototype [printed above as window.Element.prototype]
+window.SVGFEImageElement [object SVGFEImageElementConstructor]
+window.SVGFEImageElement.prototype [printed above as window.Element.prototype]
+window.SVGFEMergeElement [object SVGFEMergeElementConstructor]
+window.SVGFEMergeElement.prototype [printed above as window.Element.prototype]
+window.SVGFEMergeNodeElement [object SVGFEMergeNodeElementConstructor]
+window.SVGFEMergeNodeElement.prototype [printed above as window.Element.prototype]
 window.SVGFEMorphologyElement [object SVGFEMorphologyElementConstructor]
 window.SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE [number]
 window.SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE [number]
 window.SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN [number]
 window.SVGFEMorphologyElement.prototype [printed above as window.Element.prototype]
+window.SVGFEOffsetElement [object SVGFEOffsetElementConstructor]
+window.SVGFEOffsetElement.prototype [printed above as window.Element.prototype]
+window.SVGFEPointLightElement [object SVGFEPointLightElementConstructor]
+window.SVGFEPointLightElement.prototype [printed above as window.Element.prototype]
+window.SVGFESpecularLightingElement [object SVGFESpecularLightingElementConstructor]
+window.SVGFESpecularLightingElement.prototype [printed above as window.Element.prototype]
+window.SVGFESpotLightElement [object SVGFESpotLightElementConstructor]
+window.SVGFESpotLightElement.prototype [printed above as window.Element.prototype]
+window.SVGFETileElement [object SVGFETileElementConstructor]
+window.SVGFETileElement.prototype [printed above as window.Element.prototype]
 window.SVGFETurbulenceElement [object SVGFETurbulenceElementConstructor]
 window.SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH [number]
 window.SVGFETurbulenceElement.SVG_STITCHTYPE_STITCH [number]
@@ -1355,12 +1439,18 @@ window.SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_FRACTALNOISE [number]
 window.SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE [number]
 window.SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN [number]
 window.SVGFETurbulenceElement.prototype [printed above as window.Element.prototype]
+window.SVGFilterElement [object SVGFilterElementConstructor]
+window.SVGFilterElement.prototype [printed above as window.Element.prototype]
+window.SVGGElement [object SVGGElementConstructor]
+window.SVGGElement.prototype [printed above as window.Element.prototype]
 window.SVGGradientElement [object SVGGradientElementConstructor]
 window.SVGGradientElement.SVG_SPREADMETHOD_PAD [number]
 window.SVGGradientElement.SVG_SPREADMETHOD_REFLECT [number]
 window.SVGGradientElement.SVG_SPREADMETHOD_REPEAT [number]
 window.SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN [number]
 window.SVGGradientElement.prototype [printed above as window.Element.prototype]
+window.SVGImageElement [object SVGImageElementConstructor]
+window.SVGImageElement.prototype [printed above as window.Element.prototype]
 window.SVGLength [object SVGLengthConstructor]
 window.SVGLength.SVG_LENGTHTYPE_CM [number]
 window.SVGLength.SVG_LENGTHTYPE_EMS [number]
@@ -1387,6 +1477,19 @@ window.SVGLength.prototype.SVG_LENGTHTYPE_PX [number]
 window.SVGLength.prototype.SVG_LENGTHTYPE_UNKNOWN [number]
 window.SVGLength.prototype.convertToSpecifiedUnits [function]
 window.SVGLength.prototype.newValueSpecifiedUnits [function]
+window.SVGLengthList [object SVGLengthListConstructor]
+window.SVGLengthList.prototype [object SVGLengthListPrototype]
+window.SVGLengthList.prototype.appendItem [function]
+window.SVGLengthList.prototype.clear [function]
+window.SVGLengthList.prototype.getItem [function]
+window.SVGLengthList.prototype.initialize [function]
+window.SVGLengthList.prototype.insertItemBefore [function]
+window.SVGLengthList.prototype.removeItem [function]
+window.SVGLengthList.prototype.replaceItem [function]
+window.SVGLineElement [object SVGLineElementConstructor]
+window.SVGLineElement.prototype [printed above as window.Element.prototype]
+window.SVGLinearGradientElement [object SVGLinearGradientElementConstructor]
+window.SVGLinearGradientElement.prototype [printed above as window.Element.prototype]
 window.SVGMarkerElement [object SVGMarkerElementConstructor]
 window.SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH [number]
 window.SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN [number]
@@ -1395,6 +1498,34 @@ window.SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE [number]
 window.SVGMarkerElement.SVG_MARKER_ORIENT_AUTO [number]
 window.SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN [number]
 window.SVGMarkerElement.prototype [printed above as window.Element.prototype]
+window.SVGMaskElement [object SVGMaskElementConstructor]
+window.SVGMaskElement.prototype [printed above as window.Element.prototype]
+window.SVGMatrix [object SVGMatrixConstructor]
+window.SVGMatrix.prototype [object SVGMatrixPrototype]
+window.SVGMatrix.prototype.flipX [function]
+window.SVGMatrix.prototype.flipY [function]
+window.SVGMatrix.prototype.inverse [function]
+window.SVGMatrix.prototype.multiply [function]
+window.SVGMatrix.prototype.rotate [function]
+window.SVGMatrix.prototype.rotateFromVector [function]
+window.SVGMatrix.prototype.scale [function]
+window.SVGMatrix.prototype.scaleNonUniform [function]
+window.SVGMatrix.prototype.skewX [function]
+window.SVGMatrix.prototype.skewY [function]
+window.SVGMatrix.prototype.translate [function]
+window.SVGMetadataElement [object SVGMetadataElementConstructor]
+window.SVGMetadataElement.prototype [printed above as window.Element.prototype]
+window.SVGNumber [object SVGNumberConstructor]
+window.SVGNumber.prototype [object SVGNumberPrototype]
+window.SVGNumberList [object SVGNumberListConstructor]
+window.SVGNumberList.prototype [object SVGNumberListPrototype]
+window.SVGNumberList.prototype.appendItem [function]
+window.SVGNumberList.prototype.clear [function]
+window.SVGNumberList.prototype.getItem [function]
+window.SVGNumberList.prototype.initialize [function]
+window.SVGNumberList.prototype.insertItemBefore [function]
+window.SVGNumberList.prototype.removeItem [function]
+window.SVGNumberList.prototype.replaceItem [function]
 window.SVGPaint [object SVGPaintConstructor]
 window.SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR [number]
 window.SVGPaint.SVG_PAINTTYPE_NONE [number]
@@ -1407,6 +1538,8 @@ window.SVGPaint.SVG_PAINTTYPE_URI_NONE [number]
 window.SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR [number]
 window.SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR [number]
 window.SVGPaint.prototype [printed above as window.CSSValue.prototype]
+window.SVGPathElement [object SVGPathElementConstructor]
+window.SVGPathElement.prototype [printed above as window.Element.prototype]
 window.SVGPathSeg [object SVGPathSegConstructor]
 window.SVGPathSeg.PATHSEG_ARC_ABS [number]
 window.SVGPathSeg.PATHSEG_ARC_REL [number]
@@ -1449,6 +1582,71 @@ window.SVGPathSeg.prototype.PATHSEG_LINETO_VERTICAL_REL [number]
 window.SVGPathSeg.prototype.PATHSEG_MOVETO_ABS [number]
 window.SVGPathSeg.prototype.PATHSEG_MOVETO_REL [number]
 window.SVGPathSeg.prototype.PATHSEG_UNKNOWN [number]
+window.SVGPathSegArcAbs [object SVGPathSegArcAbsConstructor]
+window.SVGPathSegArcAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegArcRel [object SVGPathSegArcRelConstructor]
+window.SVGPathSegArcRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegClosePath [object SVGPathSegClosePathConstructor]
+window.SVGPathSegClosePath.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoCubicAbs [object SVGPathSegCurvetoCubicAbsConstructor]
+window.SVGPathSegCurvetoCubicAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoCubicRel [object SVGPathSegCurvetoCubicRelConstructor]
+window.SVGPathSegCurvetoCubicRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoCubicSmoothAbs [object SVGPathSegCurvetoCubicSmoothAbsConstructor]
+window.SVGPathSegCurvetoCubicSmoothAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoCubicSmoothRel [object SVGPathSegCurvetoCubicSmoothRelConstructor]
+window.SVGPathSegCurvetoCubicSmoothRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoQuadraticAbs [object SVGPathSegCurvetoQuadraticAbsConstructor]
+window.SVGPathSegCurvetoQuadraticAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoQuadraticRel [object SVGPathSegCurvetoQuadraticRelConstructor]
+window.SVGPathSegCurvetoQuadraticRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoQuadraticSmoothAbs [object SVGPathSegCurvetoQuadraticSmoothAbsConstructor]
+window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegCurvetoQuadraticSmoothRel [object SVGPathSegCurvetoQuadraticSmoothRelConstructor]
+window.SVGPathSegCurvetoQuadraticSmoothRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegLinetoAbs [object SVGPathSegLinetoAbsConstructor]
+window.SVGPathSegLinetoAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegLinetoHorizontalAbs [object SVGPathSegLinetoHorizontalAbsConstructor]
+window.SVGPathSegLinetoHorizontalAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegLinetoHorizontalRel [object SVGPathSegLinetoHorizontalRelConstructor]
+window.SVGPathSegLinetoHorizontalRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegLinetoRel [object SVGPathSegLinetoRelConstructor]
+window.SVGPathSegLinetoRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegLinetoVerticalAbs [object SVGPathSegLinetoVerticalAbsConstructor]
+window.SVGPathSegLinetoVerticalAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegLinetoVerticalRel [object SVGPathSegLinetoVerticalRelConstructor]
+window.SVGPathSegLinetoVerticalRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegList [object SVGPathSegListConstructor]
+window.SVGPathSegList.prototype [object SVGPathSegListPrototype]
+window.SVGPathSegList.prototype.appendItem [function]
+window.SVGPathSegList.prototype.clear [function]
+window.SVGPathSegList.prototype.getItem [function]
+window.SVGPathSegList.prototype.initialize [function]
+window.SVGPathSegList.prototype.insertItemBefore [function]
+window.SVGPathSegList.prototype.removeItem [function]
+window.SVGPathSegList.prototype.replaceItem [function]
+window.SVGPathSegMovetoAbs [object SVGPathSegMovetoAbsConstructor]
+window.SVGPathSegMovetoAbs.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPathSegMovetoRel [object SVGPathSegMovetoRelConstructor]
+window.SVGPathSegMovetoRel.prototype [printed above as window.SVGPathSeg.prototype]
+window.SVGPatternElement [object SVGPatternElementConstructor]
+window.SVGPatternElement.prototype [printed above as window.Element.prototype]
+window.SVGPoint [object SVGPointConstructor]
+window.SVGPoint.prototype [object SVGPointPrototype]
+window.SVGPoint.prototype.matrixTransform [function]
+window.SVGPointList [object SVGPointListConstructor]
+window.SVGPointList.prototype [object SVGPointListPrototype]
+window.SVGPointList.prototype.appendItem [function]
+window.SVGPointList.prototype.clear [function]
+window.SVGPointList.prototype.getItem [function]
+window.SVGPointList.prototype.initialize [function]
+window.SVGPointList.prototype.insertItemBefore [function]
+window.SVGPointList.prototype.removeItem [function]
+window.SVGPointList.prototype.replaceItem [function]
+window.SVGPolygonElement [object SVGPolygonElementConstructor]
+window.SVGPolygonElement.prototype [printed above as window.Element.prototype]
+window.SVGPolylineElement [object SVGPolylineElementConstructor]
+window.SVGPolylineElement.prototype [printed above as window.Element.prototype]
 window.SVGPreserveAspectRatio [object SVGPreserveAspectRatioConstructor]
 window.SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET [number]
 window.SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE [number]
@@ -1479,6 +1677,12 @@ window.SVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMIDYMIN [number
 window.SVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMINYMAX [number]
 window.SVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMINYMID [number]
 window.SVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMINYMIN [number]
+window.SVGRadialGradientElement [object SVGRadialGradientElementConstructor]
+window.SVGRadialGradientElement.prototype [printed above as window.Element.prototype]
+window.SVGRect [object SVGRectConstructor]
+window.SVGRect.prototype [object SVGRectPrototype]
+window.SVGRectElement [object SVGRectElementConstructor]
+window.SVGRectElement.prototype [printed above as window.Element.prototype]
 window.SVGRenderingIntent [object SVGRenderingIntentConstructor]
 window.SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC [number]
 window.SVGRenderingIntent.RENDERING_INTENT_AUTO [number]
@@ -1493,11 +1697,41 @@ window.SVGRenderingIntent.prototype.RENDERING_INTENT_PERCEPTUAL [number]
 window.SVGRenderingIntent.prototype.RENDERING_INTENT_RELATIVE_COLORIMETRIC [number]
 window.SVGRenderingIntent.prototype.RENDERING_INTENT_SATURATION [number]
 window.SVGRenderingIntent.prototype.RENDERING_INTENT_UNKNOWN [number]
+window.SVGSVGElement [object SVGSVGElementConstructor]
+window.SVGSVGElement.SVG_ZOOMANDPAN_DISABLE [number]
+window.SVGSVGElement.SVG_ZOOMANDPAN_MAGNIFY [number]
+window.SVGSVGElement.SVG_ZOOMANDPAN_UNKNOWN [number]
+window.SVGSVGElement.prototype [printed above as window.Element.prototype]
+window.SVGScriptElement [object SVGScriptElementConstructor]
+window.SVGScriptElement.prototype [printed above as window.Element.prototype]
+window.SVGStopElement [object SVGStopElementConstructor]
+window.SVGStopElement.prototype [printed above as window.Element.prototype]
+window.SVGStringList [object SVGStringListConstructor]
+window.SVGStringList.prototype [object SVGStringListPrototype]
+window.SVGStringList.prototype.appendItem [function]
+window.SVGStringList.prototype.clear [function]
+window.SVGStringList.prototype.getItem [function]
+window.SVGStringList.prototype.initialize [function]
+window.SVGStringList.prototype.insertItemBefore [function]
+window.SVGStringList.prototype.removeItem [function]
+window.SVGStringList.prototype.replaceItem [function]
+window.SVGStyleElement [object SVGStyleElementConstructor]
+window.SVGStyleElement.prototype [printed above as window.Element.prototype]
+window.SVGSwitchElement [object SVGSwitchElementConstructor]
+window.SVGSwitchElement.prototype [printed above as window.Element.prototype]
+window.SVGSymbolElement [object SVGSymbolElementConstructor]
+window.SVGSymbolElement.prototype [printed above as window.Element.prototype]
+window.SVGTRefElement [object SVGTRefElementConstructor]
+window.SVGTRefElement.prototype [printed above as window.Element.prototype]
+window.SVGTSpanElement [object SVGTSpanElementConstructor]
+window.SVGTSpanElement.prototype [printed above as window.Element.prototype]
 window.SVGTextContentElement [object SVGTextContentElementConstructor]
 window.SVGTextContentElement.LENGTHADJUST_SPACING [number]
 window.SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS [number]
 window.SVGTextContentElement.LENGTHADJUST_UNKNOWN [number]
 window.SVGTextContentElement.prototype [printed above as window.Element.prototype]
+window.SVGTextElement [object SVGTextElementConstructor]
+window.SVGTextElement.prototype [printed above as window.Element.prototype]
 window.SVGTextPathElement [object SVGTextPathElementConstructor]
 window.SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN [number]
 window.SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH [number]
@@ -1506,6 +1740,10 @@ window.SVGTextPathElement.TEXTPATH_SPACINGTYPE_AUTO [number]
 window.SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT [number]
 window.SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN [number]
 window.SVGTextPathElement.prototype [printed above as window.Element.prototype]
+window.SVGTextPositioningElement [object SVGTextPositioningElementConstructor]
+window.SVGTextPositioningElement.prototype [printed above as window.Element.prototype]
+window.SVGTitleElement [object SVGTitleElementConstructor]
+window.SVGTitleElement.prototype [printed above as window.Element.prototype]
 window.SVGTransform [object SVGTransformConstructor]
 window.SVGTransform.SVG_TRANSFORM_MATRIX [number]
 window.SVGTransform.SVG_TRANSFORM_ROTATE [number]
@@ -1528,6 +1766,17 @@ window.SVGTransform.prototype.setScale [function]
 window.SVGTransform.prototype.setSkewX [function]
 window.SVGTransform.prototype.setSkewY [function]
 window.SVGTransform.prototype.setTranslate [function]
+window.SVGTransformList [object SVGTransformListConstructor]
+window.SVGTransformList.prototype [object SVGTransformListPrototype]
+window.SVGTransformList.prototype.appendItem [function]
+window.SVGTransformList.prototype.clear [function]
+window.SVGTransformList.prototype.consolidate [function]
+window.SVGTransformList.prototype.createSVGTransformFromMatrix [function]
+window.SVGTransformList.prototype.getItem [function]
+window.SVGTransformList.prototype.initialize [function]
+window.SVGTransformList.prototype.insertItemBefore [function]
+window.SVGTransformList.prototype.removeItem [function]
+window.SVGTransformList.prototype.replaceItem [function]
 window.SVGUnitTypes [object SVGUnitTypesConstructor]
 window.SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX [number]
 window.SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN [number]
@@ -1536,6 +1785,15 @@ window.SVGUnitTypes.prototype [object SVGUnitTypesPrototype]
 window.SVGUnitTypes.prototype.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX [number]
 window.SVGUnitTypes.prototype.SVG_UNIT_TYPE_UNKNOWN [number]
 window.SVGUnitTypes.prototype.SVG_UNIT_TYPE_USERSPACEONUSE [number]
+window.SVGUseElement [object SVGUseElementConstructor]
+window.SVGUseElement.prototype [printed above as window.Element.prototype]
+window.SVGViewElement [object SVGViewElementConstructor]
+window.SVGViewElement.SVG_ZOOMANDPAN_DISABLE [number]
+window.SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY [number]
+window.SVGViewElement.SVG_ZOOMANDPAN_UNKNOWN [number]
+window.SVGViewElement.prototype [printed above as window.Element.prototype]
+window.SVGZoomEvent [object SVGZoomEventConstructor]
+window.SVGZoomEvent.prototype [printed above as window.Event.prototype]
 window.SharedWorker [object SharedWorkerConstructor]
 window.SharedWorker.prototype [object SharedWorkerPrototype]
 window.SharedWorker.prototype.addEventListener [function]
diff --git a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
index 854fcfb..8e6aecf 100644
--- a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt
@@ -275,48 +275,240 @@ PASS inner.Rect.isInner is true
 PASS inner.Rect.constructor.isInner is true
 PASS inner.ReferenceError.isInner is true
 PASS inner.ReferenceError.constructor.isInner is true
+PASS inner.SVGAElement.isInner is true
+PASS inner.SVGAElement.constructor.isInner is true
 PASS inner.SVGAngle.isInner is true
 PASS inner.SVGAngle.constructor.isInner is true
+PASS inner.SVGAnimatedAngle.isInner is true
+PASS inner.SVGAnimatedAngle.constructor.isInner is true
+PASS inner.SVGAnimatedBoolean.isInner is true
+PASS inner.SVGAnimatedBoolean.constructor.isInner is true
+PASS inner.SVGAnimatedEnumeration.isInner is true
+PASS inner.SVGAnimatedEnumeration.constructor.isInner is true
+PASS inner.SVGAnimatedInteger.isInner is true
+PASS inner.SVGAnimatedInteger.constructor.isInner is true
+PASS inner.SVGAnimatedLength.isInner is true
+PASS inner.SVGAnimatedLength.constructor.isInner is true
+PASS inner.SVGAnimatedLengthList.isInner is true
+PASS inner.SVGAnimatedLengthList.constructor.isInner is true
+PASS inner.SVGAnimatedNumber.isInner is true
+PASS inner.SVGAnimatedNumber.constructor.isInner is true
+PASS inner.SVGAnimatedNumberList.isInner is true
+PASS inner.SVGAnimatedNumberList.constructor.isInner is true
+PASS inner.SVGAnimatedPreserveAspectRatio.isInner is true
+PASS inner.SVGAnimatedPreserveAspectRatio.constructor.isInner is true
+PASS inner.SVGAnimatedRect.isInner is true
+PASS inner.SVGAnimatedRect.constructor.isInner is true
+PASS inner.SVGAnimatedString.isInner is true
+PASS inner.SVGAnimatedString.constructor.isInner is true
+PASS inner.SVGAnimatedTransformList.isInner is true
+PASS inner.SVGAnimatedTransformList.constructor.isInner is true
+PASS inner.SVGCircleElement.isInner is true
+PASS inner.SVGCircleElement.constructor.isInner is true
+PASS inner.SVGClipPathElement.isInner is true
+PASS inner.SVGClipPathElement.constructor.isInner is true
 PASS inner.SVGColor.isInner is true
 PASS inner.SVGColor.constructor.isInner is true
 PASS inner.SVGComponentTransferFunctionElement.isInner is true
 PASS inner.SVGComponentTransferFunctionElement.constructor.isInner is true
+PASS inner.SVGCursorElement.isInner is true
+PASS inner.SVGCursorElement.constructor.isInner is true
+PASS inner.SVGDefsElement.isInner is true
+PASS inner.SVGDefsElement.constructor.isInner is true
+PASS inner.SVGDescElement.isInner is true
+PASS inner.SVGDescElement.constructor.isInner is true
+PASS inner.SVGDocument.isInner is true
+PASS inner.SVGDocument.constructor.isInner is true
+PASS inner.SVGElement.isInner is true
+PASS inner.SVGElement.constructor.isInner is true
+PASS inner.SVGElementInstance.isInner is true
+PASS inner.SVGElementInstance.constructor.isInner is true
+PASS inner.SVGElementInstanceList.isInner is true
+PASS inner.SVGElementInstanceList.constructor.isInner is true
+PASS inner.SVGEllipseElement.isInner is true
+PASS inner.SVGEllipseElement.constructor.isInner is true
 PASS inner.SVGException.isInner is true
 PASS inner.SVGException.constructor.isInner is true
 PASS inner.SVGFEBlendElement.isInner is true
 PASS inner.SVGFEBlendElement.constructor.isInner is true
 PASS inner.SVGFEColorMatrixElement.isInner is true
 PASS inner.SVGFEColorMatrixElement.constructor.isInner is true
+PASS inner.SVGFEComponentTransferElement.isInner is true
+PASS inner.SVGFEComponentTransferElement.constructor.isInner is true
 PASS inner.SVGFECompositeElement.isInner is true
 PASS inner.SVGFECompositeElement.constructor.isInner is true
+PASS inner.SVGFEDiffuseLightingElement.isInner is true
+PASS inner.SVGFEDiffuseLightingElement.constructor.isInner is true
 PASS inner.SVGFEDisplacementMapElement.isInner is true
 PASS inner.SVGFEDisplacementMapElement.constructor.isInner is true
+PASS inner.SVGFEDistantLightElement.isInner is true
+PASS inner.SVGFEDistantLightElement.constructor.isInner is true
+PASS inner.SVGFEFloodElement.isInner is true
+PASS inner.SVGFEFloodElement.constructor.isInner is true
+PASS inner.SVGFEFuncAElement.isInner is true
+PASS inner.SVGFEFuncAElement.constructor.isInner is true
+PASS inner.SVGFEFuncBElement.isInner is true
+PASS inner.SVGFEFuncBElement.constructor.isInner is true
+PASS inner.SVGFEFuncGElement.isInner is true
+PASS inner.SVGFEFuncGElement.constructor.isInner is true
+PASS inner.SVGFEFuncRElement.isInner is true
+PASS inner.SVGFEFuncRElement.constructor.isInner is true
+PASS inner.SVGFEGaussianBlurElement.isInner is true
+PASS inner.SVGFEGaussianBlurElement.constructor.isInner is true
+PASS inner.SVGFEImageElement.isInner is true
+PASS inner.SVGFEImageElement.constructor.isInner is true
+PASS inner.SVGFEMergeElement.isInner is true
+PASS inner.SVGFEMergeElement.constructor.isInner is true
+PASS inner.SVGFEMergeNodeElement.isInner is true
+PASS inner.SVGFEMergeNodeElement.constructor.isInner is true
 PASS inner.SVGFEMorphologyElement.isInner is true
 PASS inner.SVGFEMorphologyElement.constructor.isInner is true
+PASS inner.SVGFEOffsetElement.isInner is true
+PASS inner.SVGFEOffsetElement.constructor.isInner is true
+PASS inner.SVGFEPointLightElement.isInner is true
+PASS inner.SVGFEPointLightElement.constructor.isInner is true
+PASS inner.SVGFESpecularLightingElement.isInner is true
+PASS inner.SVGFESpecularLightingElement.constructor.isInner is true
+PASS inner.SVGFESpotLightElement.isInner is true
+PASS inner.SVGFESpotLightElement.constructor.isInner is true
+PASS inner.SVGFETileElement.isInner is true
+PASS inner.SVGFETileElement.constructor.isInner is true
 PASS inner.SVGFETurbulenceElement.isInner is true
 PASS inner.SVGFETurbulenceElement.constructor.isInner is true
+PASS inner.SVGFilterElement.isInner is true
+PASS inner.SVGFilterElement.constructor.isInner is true
+PASS inner.SVGGElement.isInner is true
+PASS inner.SVGGElement.constructor.isInner is true
 PASS inner.SVGGradientElement.isInner is true
 PASS inner.SVGGradientElement.constructor.isInner is true
+PASS inner.SVGImageElement.isInner is true
+PASS inner.SVGImageElement.constructor.isInner is true
 PASS inner.SVGLength.isInner is true
 PASS inner.SVGLength.constructor.isInner is true
+PASS inner.SVGLengthList.isInner is true
+PASS inner.SVGLengthList.constructor.isInner is true
+PASS inner.SVGLineElement.isInner is true
+PASS inner.SVGLineElement.constructor.isInner is true
+PASS inner.SVGLinearGradientElement.isInner is true
+PASS inner.SVGLinearGradientElement.constructor.isInner is true
 PASS inner.SVGMarkerElement.isInner is true
 PASS inner.SVGMarkerElement.constructor.isInner is true
+PASS inner.SVGMaskElement.isInner is true
+PASS inner.SVGMaskElement.constructor.isInner is true
+PASS inner.SVGMatrix.isInner is true
+PASS inner.SVGMatrix.constructor.isInner is true
+PASS inner.SVGMetadataElement.isInner is true
+PASS inner.SVGMetadataElement.constructor.isInner is true
+PASS inner.SVGNumber.isInner is true
+PASS inner.SVGNumber.constructor.isInner is true
+PASS inner.SVGNumberList.isInner is true
+PASS inner.SVGNumberList.constructor.isInner is true
 PASS inner.SVGPaint.isInner is true
 PASS inner.SVGPaint.constructor.isInner is true
+PASS inner.SVGPathElement.isInner is true
+PASS inner.SVGPathElement.constructor.isInner is true
 PASS inner.SVGPathSeg.isInner is true
 PASS inner.SVGPathSeg.constructor.isInner is true
+PASS inner.SVGPathSegArcAbs.isInner is true
+PASS inner.SVGPathSegArcAbs.constructor.isInner is true
+PASS inner.SVGPathSegArcRel.isInner is true
+PASS inner.SVGPathSegArcRel.constructor.isInner is true
+PASS inner.SVGPathSegClosePath.isInner is true
+PASS inner.SVGPathSegClosePath.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoCubicAbs.isInner is true
+PASS inner.SVGPathSegCurvetoCubicAbs.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoCubicRel.isInner is true
+PASS inner.SVGPathSegCurvetoCubicRel.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoCubicSmoothAbs.isInner is true
+PASS inner.SVGPathSegCurvetoCubicSmoothAbs.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoCubicSmoothRel.isInner is true
+PASS inner.SVGPathSegCurvetoCubicSmoothRel.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticAbs.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticAbs.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticRel.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticRel.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticSmoothAbs.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticSmoothAbs.constructor.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticSmoothRel.isInner is true
+PASS inner.SVGPathSegCurvetoQuadraticSmoothRel.constructor.isInner is true
+PASS inner.SVGPathSegLinetoAbs.isInner is true
+PASS inner.SVGPathSegLinetoAbs.constructor.isInner is true
+PASS inner.SVGPathSegLinetoHorizontalAbs.isInner is true
+PASS inner.SVGPathSegLinetoHorizontalAbs.constructor.isInner is true
+PASS inner.SVGPathSegLinetoHorizontalRel.isInner is true
+PASS inner.SVGPathSegLinetoHorizontalRel.constructor.isInner is true
+PASS inner.SVGPathSegLinetoRel.isInner is true
+PASS inner.SVGPathSegLinetoRel.constructor.isInner is true
+PASS inner.SVGPathSegLinetoVerticalAbs.isInner is true
+PASS inner.SVGPathSegLinetoVerticalAbs.constructor.isInner is true
+PASS inner.SVGPathSegLinetoVerticalRel.isInner is true
+PASS inner.SVGPathSegLinetoVerticalRel.constructor.isInner is true
+PASS inner.SVGPathSegList.isInner is true
+PASS inner.SVGPathSegList.constructor.isInner is true
+PASS inner.SVGPathSegMovetoAbs.isInner is true
+PASS inner.SVGPathSegMovetoAbs.constructor.isInner is true
+PASS inner.SVGPathSegMovetoRel.isInner is true
+PASS inner.SVGPathSegMovetoRel.constructor.isInner is true
+PASS inner.SVGPatternElement.isInner is true
+PASS inner.SVGPatternElement.constructor.isInner is true
+PASS inner.SVGPoint.isInner is true
+PASS inner.SVGPoint.constructor.isInner is true
+PASS inner.SVGPointList.isInner is true
+PASS inner.SVGPointList.constructor.isInner is true
+PASS inner.SVGPolygonElement.isInner is true
+PASS inner.SVGPolygonElement.constructor.isInner is true
+PASS inner.SVGPolylineElement.isInner is true
+PASS inner.SVGPolylineElement.constructor.isInner is true
 PASS inner.SVGPreserveAspectRatio.isInner is true
 PASS inner.SVGPreserveAspectRatio.constructor.isInner is true
+PASS inner.SVGRadialGradientElement.isInner is true
+PASS inner.SVGRadialGradientElement.constructor.isInner is true
+PASS inner.SVGRect.isInner is true
+PASS inner.SVGRect.constructor.isInner is true
+PASS inner.SVGRectElement.isInner is true
+PASS inner.SVGRectElement.constructor.isInner is true
 PASS inner.SVGRenderingIntent.isInner is true
 PASS inner.SVGRenderingIntent.constructor.isInner is true
+PASS inner.SVGSVGElement.isInner is true
+PASS inner.SVGSVGElement.constructor.isInner is true
+PASS inner.SVGScriptElement.isInner is true
+PASS inner.SVGScriptElement.constructor.isInner is true
+PASS inner.SVGStopElement.isInner is true
+PASS inner.SVGStopElement.constructor.isInner is true
+PASS inner.SVGStringList.isInner is true
+PASS inner.SVGStringList.constructor.isInner is true
+PASS inner.SVGStyleElement.isInner is true
+PASS inner.SVGStyleElement.constructor.isInner is true
+PASS inner.SVGSwitchElement.isInner is true
+PASS inner.SVGSwitchElement.constructor.isInner is true
+PASS inner.SVGSymbolElement.isInner is true
+PASS inner.SVGSymbolElement.constructor.isInner is true
+PASS inner.SVGTRefElement.isInner is true
+PASS inner.SVGTRefElement.constructor.isInner is true
+PASS inner.SVGTSpanElement.isInner is true
+PASS inner.SVGTSpanElement.constructor.isInner is true
 PASS inner.SVGTextContentElement.isInner is true
 PASS inner.SVGTextContentElement.constructor.isInner is true
+PASS inner.SVGTextElement.isInner is true
+PASS inner.SVGTextElement.constructor.isInner is true
 PASS inner.SVGTextPathElement.isInner is true
 PASS inner.SVGTextPathElement.constructor.isInner is true
+PASS inner.SVGTextPositioningElement.isInner is true
+PASS inner.SVGTextPositioningElement.constructor.isInner is true
+PASS inner.SVGTitleElement.isInner is true
+PASS inner.SVGTitleElement.constructor.isInner is true
 PASS inner.SVGTransform.isInner is true
 PASS inner.SVGTransform.constructor.isInner is true
+PASS inner.SVGTransformList.isInner is true
+PASS inner.SVGTransformList.constructor.isInner is true
 PASS inner.SVGUnitTypes.isInner is true
 PASS inner.SVGUnitTypes.constructor.isInner is true
+PASS inner.SVGUseElement.isInner is true
+PASS inner.SVGUseElement.constructor.isInner is true
+PASS inner.SVGViewElement.isInner is true
+PASS inner.SVGViewElement.constructor.isInner is true
+PASS inner.SVGZoomEvent.isInner is true
+PASS inner.SVGZoomEvent.constructor.isInner is true
 PASS inner.SharedWorker.isInner is true
 PASS inner.SharedWorker.constructor.isInner is true
 PASS inner.Storage.isInner is true
diff --git a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
index d2cbdf8..9d66dce 100644
--- a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt
@@ -135,27 +135,123 @@ PASS RGBColor.toString() is '[object RGBColorConstructor]'
 PASS Range.toString() is '[object RangeConstructor]'
 PASS RangeException.toString() is '[object RangeExceptionConstructor]'
 PASS Rect.toString() is '[object RectConstructor]'
+PASS SVGAElement.toString() is '[object SVGAElementConstructor]'
 PASS SVGAngle.toString() is '[object SVGAngleConstructor]'
+PASS SVGAnimatedAngle.toString() is '[object SVGAnimatedAngleConstructor]'
+PASS SVGAnimatedBoolean.toString() is '[object SVGAnimatedBooleanConstructor]'
+PASS SVGAnimatedEnumeration.toString() is '[object SVGAnimatedEnumerationConstructor]'
+PASS SVGAnimatedInteger.toString() is '[object SVGAnimatedIntegerConstructor]'
+PASS SVGAnimatedLength.toString() is '[object SVGAnimatedLengthConstructor]'
+PASS SVGAnimatedLengthList.toString() is '[object SVGAnimatedLengthListConstructor]'
+PASS SVGAnimatedNumber.toString() is '[object SVGAnimatedNumberConstructor]'
+PASS SVGAnimatedNumberList.toString() is '[object SVGAnimatedNumberListConstructor]'
+PASS SVGAnimatedPreserveAspectRatio.toString() is '[object SVGAnimatedPreserveAspectRatioConstructor]'
+PASS SVGAnimatedRect.toString() is '[object SVGAnimatedRectConstructor]'
+PASS SVGAnimatedString.toString() is '[object SVGAnimatedStringConstructor]'
+PASS SVGAnimatedTransformList.toString() is '[object SVGAnimatedTransformListConstructor]'
+PASS SVGCircleElement.toString() is '[object SVGCircleElementConstructor]'
+PASS SVGClipPathElement.toString() is '[object SVGClipPathElementConstructor]'
 PASS SVGColor.toString() is '[object SVGColorConstructor]'
 PASS SVGComponentTransferFunctionElement.toString() is '[object SVGComponentTransferFunctionElementConstructor]'
+PASS SVGCursorElement.toString() is '[object SVGCursorElementConstructor]'
+PASS SVGDefsElement.toString() is '[object SVGDefsElementConstructor]'
+PASS SVGDescElement.toString() is '[object SVGDescElementConstructor]'
+PASS SVGDocument.toString() is '[object SVGDocumentConstructor]'
+PASS SVGElement.toString() is '[object SVGElementConstructor]'
+PASS SVGElementInstance.toString() is '[object SVGElementInstanceConstructor]'
+PASS SVGElementInstanceList.toString() is '[object SVGElementInstanceListConstructor]'
+PASS SVGEllipseElement.toString() is '[object SVGEllipseElementConstructor]'
 PASS SVGException.toString() is '[object SVGExceptionConstructor]'
 PASS SVGFEBlendElement.toString() is '[object SVGFEBlendElementConstructor]'
 PASS SVGFEColorMatrixElement.toString() is '[object SVGFEColorMatrixElementConstructor]'
+PASS SVGFEComponentTransferElement.toString() is '[object SVGFEComponentTransferElementConstructor]'
 PASS SVGFECompositeElement.toString() is '[object SVGFECompositeElementConstructor]'
+PASS SVGFEDiffuseLightingElement.toString() is '[object SVGFEDiffuseLightingElementConstructor]'
 PASS SVGFEDisplacementMapElement.toString() is '[object SVGFEDisplacementMapElementConstructor]'
+PASS SVGFEDistantLightElement.toString() is '[object SVGFEDistantLightElementConstructor]'
+PASS SVGFEFloodElement.toString() is '[object SVGFEFloodElementConstructor]'
+PASS SVGFEFuncAElement.toString() is '[object SVGFEFuncAElementConstructor]'
+PASS SVGFEFuncBElement.toString() is '[object SVGFEFuncBElementConstructor]'
+PASS SVGFEFuncGElement.toString() is '[object SVGFEFuncGElementConstructor]'
+PASS SVGFEFuncRElement.toString() is '[object SVGFEFuncRElementConstructor]'
+PASS SVGFEGaussianBlurElement.toString() is '[object SVGFEGaussianBlurElementConstructor]'
+PASS SVGFEImageElement.toString() is '[object SVGFEImageElementConstructor]'
+PASS SVGFEMergeElement.toString() is '[object SVGFEMergeElementConstructor]'
+PASS SVGFEMergeNodeElement.toString() is '[object SVGFEMergeNodeElementConstructor]'
 PASS SVGFEMorphologyElement.toString() is '[object SVGFEMorphologyElementConstructor]'
+PASS SVGFEOffsetElement.toString() is '[object SVGFEOffsetElementConstructor]'
+PASS SVGFEPointLightElement.toString() is '[object SVGFEPointLightElementConstructor]'
+PASS SVGFESpecularLightingElement.toString() is '[object SVGFESpecularLightingElementConstructor]'
+PASS SVGFESpotLightElement.toString() is '[object SVGFESpotLightElementConstructor]'
+PASS SVGFETileElement.toString() is '[object SVGFETileElementConstructor]'
 PASS SVGFETurbulenceElement.toString() is '[object SVGFETurbulenceElementConstructor]'
+PASS SVGFilterElement.toString() is '[object SVGFilterElementConstructor]'
+PASS SVGGElement.toString() is '[object SVGGElementConstructor]'
 PASS SVGGradientElement.toString() is '[object SVGGradientElementConstructor]'
+PASS SVGImageElement.toString() is '[object SVGImageElementConstructor]'
 PASS SVGLength.toString() is '[object SVGLengthConstructor]'
+PASS SVGLengthList.toString() is '[object SVGLengthListConstructor]'
+PASS SVGLineElement.toString() is '[object SVGLineElementConstructor]'
+PASS SVGLinearGradientElement.toString() is '[object SVGLinearGradientElementConstructor]'
 PASS SVGMarkerElement.toString() is '[object SVGMarkerElementConstructor]'
+PASS SVGMaskElement.toString() is '[object SVGMaskElementConstructor]'
+PASS SVGMatrix.toString() is '[object SVGMatrixConstructor]'
+PASS SVGMetadataElement.toString() is '[object SVGMetadataElementConstructor]'
+PASS SVGNumber.toString() is '[object SVGNumberConstructor]'
+PASS SVGNumberList.toString() is '[object SVGNumberListConstructor]'
 PASS SVGPaint.toString() is '[object SVGPaintConstructor]'
+PASS SVGPathElement.toString() is '[object SVGPathElementConstructor]'
 PASS SVGPathSeg.toString() is '[object SVGPathSegConstructor]'
+PASS SVGPathSegArcAbs.toString() is '[object SVGPathSegArcAbsConstructor]'
+PASS SVGPathSegArcRel.toString() is '[object SVGPathSegArcRelConstructor]'
+PASS SVGPathSegClosePath.toString() is '[object SVGPathSegClosePathConstructor]'
+PASS SVGPathSegCurvetoCubicAbs.toString() is '[object SVGPathSegCurvetoCubicAbsConstructor]'
+PASS SVGPathSegCurvetoCubicRel.toString() is '[object SVGPathSegCurvetoCubicRelConstructor]'
+PASS SVGPathSegCurvetoCubicSmoothAbs.toString() is '[object SVGPathSegCurvetoCubicSmoothAbsConstructor]'
+PASS SVGPathSegCurvetoCubicSmoothRel.toString() is '[object SVGPathSegCurvetoCubicSmoothRelConstructor]'
+PASS SVGPathSegCurvetoQuadraticAbs.toString() is '[object SVGPathSegCurvetoQuadraticAbsConstructor]'
+PASS SVGPathSegCurvetoQuadraticRel.toString() is '[object SVGPathSegCurvetoQuadraticRelConstructor]'
+PASS SVGPathSegCurvetoQuadraticSmoothAbs.toString() is '[object SVGPathSegCurvetoQuadraticSmoothAbsConstructor]'
+PASS SVGPathSegCurvetoQuadraticSmoothRel.toString() is '[object SVGPathSegCurvetoQuadraticSmoothRelConstructor]'
+PASS SVGPathSegLinetoAbs.toString() is '[object SVGPathSegLinetoAbsConstructor]'
+PASS SVGPathSegLinetoHorizontalAbs.toString() is '[object SVGPathSegLinetoHorizontalAbsConstructor]'
+PASS SVGPathSegLinetoHorizontalRel.toString() is '[object SVGPathSegLinetoHorizontalRelConstructor]'
+PASS SVGPathSegLinetoRel.toString() is '[object SVGPathSegLinetoRelConstructor]'
+PASS SVGPathSegLinetoVerticalAbs.toString() is '[object SVGPathSegLinetoVerticalAbsConstructor]'
+PASS SVGPathSegLinetoVerticalRel.toString() is '[object SVGPathSegLinetoVerticalRelConstructor]'
+PASS SVGPathSegList.toString() is '[object SVGPathSegListConstructor]'
+PASS SVGPathSegMovetoAbs.toString() is '[object SVGPathSegMovetoAbsConstructor]'
+PASS SVGPathSegMovetoRel.toString() is '[object SVGPathSegMovetoRelConstructor]'
+PASS SVGPatternElement.toString() is '[object SVGPatternElementConstructor]'
+PASS SVGPoint.toString() is '[object SVGPointConstructor]'
+PASS SVGPointList.toString() is '[object SVGPointListConstructor]'
+PASS SVGPolygonElement.toString() is '[object SVGPolygonElementConstructor]'
+PASS SVGPolylineElement.toString() is '[object SVGPolylineElementConstructor]'
 PASS SVGPreserveAspectRatio.toString() is '[object SVGPreserveAspectRatioConstructor]'
+PASS SVGRadialGradientElement.toString() is '[object SVGRadialGradientElementConstructor]'
+PASS SVGRect.toString() is '[object SVGRectConstructor]'
+PASS SVGRectElement.toString() is '[object SVGRectElementConstructor]'
 PASS SVGRenderingIntent.toString() is '[object SVGRenderingIntentConstructor]'
+PASS SVGSVGElement.toString() is '[object SVGSVGElementConstructor]'
+PASS SVGScriptElement.toString() is '[object SVGScriptElementConstructor]'
+PASS SVGStopElement.toString() is '[object SVGStopElementConstructor]'
+PASS SVGStringList.toString() is '[object SVGStringListConstructor]'
+PASS SVGStyleElement.toString() is '[object SVGStyleElementConstructor]'
+PASS SVGSwitchElement.toString() is '[object SVGSwitchElementConstructor]'
+PASS SVGSymbolElement.toString() is '[object SVGSymbolElementConstructor]'
+PASS SVGTRefElement.toString() is '[object SVGTRefElementConstructor]'
+PASS SVGTSpanElement.toString() is '[object SVGTSpanElementConstructor]'
 PASS SVGTextContentElement.toString() is '[object SVGTextContentElementConstructor]'
+PASS SVGTextElement.toString() is '[object SVGTextElementConstructor]'
 PASS SVGTextPathElement.toString() is '[object SVGTextPathElementConstructor]'
+PASS SVGTextPositioningElement.toString() is '[object SVGTextPositioningElementConstructor]'
+PASS SVGTitleElement.toString() is '[object SVGTitleElementConstructor]'
 PASS SVGTransform.toString() is '[object SVGTransformConstructor]'
+PASS SVGTransformList.toString() is '[object SVGTransformListConstructor]'
 PASS SVGUnitTypes.toString() is '[object SVGUnitTypesConstructor]'
+PASS SVGUseElement.toString() is '[object SVGUseElementConstructor]'
+PASS SVGViewElement.toString() is '[object SVGViewElementConstructor]'
+PASS SVGZoomEvent.toString() is '[object SVGZoomEventConstructor]'
 PASS SharedWorker.toString() is '[object SharedWorkerConstructor]'
 PASS Storage.toString() is '[object StorageConstructor]'
 PASS StorageEvent.toString() is '[object StorageEventConstructor]'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list