[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

kov at webkit.org kov at webkit.org
Thu Feb 4 21:25:53 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 1a3efed5935f109a3e13ed9dcc933d8ff9ddd081
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 23 04:18:19 2010 +0000

    Update platform-specific test results following r53722
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53755 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c7d5d00..bab6318 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,12 @@
 2010-01-22  Gustavo Noronha Silva  <gns at gnome.org>
 
+        Unreviewed. Updated platform-specific result to account for
+        changes done in r53722.
+
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+
+2010-01-22  Gustavo Noronha Silva  <gns at gnome.org>
+
         Reviewed by Simon Fraser.
 
         Checking in platform-specific results for test that is failing
diff --git a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
index 3c5aed6..4847a4e 100644
--- a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
@@ -6,6 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Array') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Attr') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Audio') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'BeforeLoadEvent') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'Blob') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Boolean') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'CDATASection') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSCharsetRule') is 'object'
@@ -48,6 +50,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'EventSource') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'File') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'FileList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Function') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAllCollection') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAnchorElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAppletElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAreaElement') is 'object'
@@ -61,9 +64,6 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLButtonElement') is 'obj
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLCanvasElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLCollection') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDListElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDataGridCellElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDataGridColElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDataGridElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDirectoryElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDivElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDocument') is 'object'
@@ -149,20 +149,137 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'RangeException') is 'object
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Rect') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'ReferenceError') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'RegExp') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAltGlyphElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAngle') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateColorElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateTransformElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedAngle') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedBoolean') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedEnumeration') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedInteger') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedLength') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedLengthList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedNumber') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedNumberList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedPreserveAspectRatio') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedRect') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedString') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedTransformList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGCircleElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGClipPathElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGColor') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGComponentTransferFunctionElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGCursorElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGDefsElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGDescElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGDocument') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGElementInstance') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGElementInstanceList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGEllipseElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGException') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEBlendElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEColorMatrixElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEComponentTransferElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFECompositeElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDiffuseLightingElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDisplacementMapElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDistantLightElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFloodElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFuncAElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFuncBElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFuncGElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEFuncRElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEGaussianBlurElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEImageElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEMergeElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEMergeNodeElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEMorphologyElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEOffsetElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEPointLightElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFESpecularLightingElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFESpotLightElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFETileElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFETurbulenceElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFilterElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFontElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFontFaceElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFontFaceFormatElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFontFaceNameElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFontFaceSrcElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFontFaceUriElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGForeignObjectElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGlyphElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGradientElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGImageElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLength') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLengthList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLineElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLinearGradientElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMarkerElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMaskElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMatrix') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMetadataElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMissingGlyphElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGNumber') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGNumberList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPaint') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSeg') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegArcAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegArcRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegClosePath') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoCubicAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoCubicRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoCubicSmoothAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoCubicSmoothRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoQuadraticAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoQuadraticRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoQuadraticSmoothAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegCurvetoQuadraticSmoothRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegLinetoAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegLinetoHorizontalAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegLinetoHorizontalRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegLinetoRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegLinetoVerticalAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegLinetoVerticalRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegMovetoAbs') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPathSegMovetoRel') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPatternElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPoint') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPointList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPolygonElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPolylineElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGPreserveAspectRatio') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGRadialGradientElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGRect') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGRectElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGRenderingIntent') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGSVGElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGScriptElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGSetElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGStopElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGStringList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGStyleElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGSwitchElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGSymbolElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTRefElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTSpanElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTextContentElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTextElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTextPathElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTextPositioningElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTitleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTransform') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGTransformList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGUnitTypes') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGUseElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGViewElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGZoomEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SharedWorker') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Storage') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'StorageEvent') is 'object'
@@ -283,6 +400,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'onpageshow') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onpause') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onplay') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onplaying') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'onpopstate') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onprogress') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onratechange') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onreset') is 'object'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list