[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mrobinson at webkit.org mrobinson at webkit.org
Sun Feb 20 22:49:03 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 59d4661181034738a547f0bd7fa26468a0e92dcb
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 21:17:41 2011 +0000

    2011-01-11  Martin Robinson  <mrobinson at igalia.com>
    
            Remove some GTK+-specific baselines. GTK+ now enough feature parity with the Mac
            port to make these platform-specific results unnecessary.
    
            * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed.
            * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Removed.
            * platform/gtk/fast/js/global-constructors-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75545 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 836292f..f059c58 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-11  Martin Robinson  <mrobinson at igalia.com>
+
+        Remove some GTK+-specific baselines. GTK+ now enough feature parity with the Mac
+        port to make these platform-specific results unnecessary.
+
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed.
+        * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Removed.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Removed.
+
 2011-01-11  Nico Weber  <thakis at chromium.org>
 
         Unreviewed, test expectations.
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
deleted file mode 100644
index a640f7e..0000000
--- a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
+++ /dev/null
@@ -1,537 +0,0 @@
-Test Object.getOwnPropertyDescriptor on window object.
-
-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, 'BlobBuilder') 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'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSFontFaceRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSImportRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSMediaRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSPageRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSPrimitiveValue') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSRuleList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSStyleDeclaration') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSStyleRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSStyleSheet') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSValue') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CSSValueList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CanvasGradient') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CanvasPattern') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CanvasRenderingContext2D') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'CharacterData') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ClientRect') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ClientRectList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Clipboard') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Comment') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Counter') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMException') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMImplementation') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMParser') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMSettableTokenList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMStringList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMStringMap') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMTokenList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Date') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Document') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DocumentFragment') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'DocumentType') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Element') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Entity') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'EntityReference') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Error') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'EvalError') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Event') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'EventException') is 'object'
-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, 'FormData') 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'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAudioElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBRElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBaseElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBaseFontElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBlockquoteElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBodyElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLButtonElement') is 'object'
-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, 'HTMLDirectoryElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDivElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLDocument') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLEmbedElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLFieldSetElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLFontElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLFormElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLFrameElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLFrameSetElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLHRElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLHeadElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLHeadingElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLHtmlElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIFrameElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLImageElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLInputElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIsIndexElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLIElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLabelElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLegendElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLinkElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMapElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMarqueeElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMediaElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMenuElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLMetaElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLModElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLOListElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLObjectElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLOptGroupElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLOptionElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLOutputElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLParagraphElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLParamElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLPreElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLProgressElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLQuoteElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableColElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableRowElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableSectionElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTextAreaElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ImageData') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Infinity') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'JSON') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'KeyboardEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Math') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MediaError') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MediaList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MessageChannel') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MessageEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MessagePort') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MimeType') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MimeTypeArray') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MouseEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'MutationEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'NaN') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'NamedNodeMap') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Node') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'NodeFilter') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'NodeList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Notation') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Number') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Object') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Option') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'OverflowEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'PageTransitionEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Plugin') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'PluginArray') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ProcessingInstruction') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ProgressEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'RGBColor') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Range') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'RangeError') is 'object'
-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, 'SQLException') 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, 'SVGFEConvolveMatrixElement') 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, 'SVGHKernElement') 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, 'SVGVKernElement') 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'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'String') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'StyleSheet') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'StyleSheetList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'SyntaxError') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Text') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TextEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TextMetrics') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TimeRanges') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'URIError') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitAnimationEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframeRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframesRule') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSMatrix') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSTransformValue') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitPoint') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitTransitionEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WebSocket') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'WheelEvent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'Worker') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLDocument') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLHttpRequest') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLHttpRequestException') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLHttpRequestUpload') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLSerializer') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XPathEvaluator') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XPathException') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XPathResult') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'XSLTProcessor') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'applicationCache') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'areArraysEqual') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'clientInformation') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'closed') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'console') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'constructor') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'crypto') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'debug') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'decodeURI') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'decodeURIComponent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'defaultStatus') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'defaultstatus') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'description') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'devicePixelRatio') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'document') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'encodeURI') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'encodeURIComponent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'escape') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'escapeHTML') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'eval') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'evalAndLog') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'event') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'finishJSTest') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'frameElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'frames') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'gc') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'history') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'i') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'innerHeight') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'innerWidth') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'isFinite') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'isMinusZero') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'isNaN') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'isResultCorrect') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'length') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'localStorage') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'location') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'locationbar') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'menubar') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'name') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'names') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'navigator') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'o') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'offscreenBuffering') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onabort') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onbeforeunload') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onblur') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'oncanplay') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'oncanplaythrough') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onchange') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onclick') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'oncontextmenu') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondblclick') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondrag') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragend') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragenter') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragleave') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragover') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondragstart') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondrop') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ondurationchange') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onemptied') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onended') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onerror') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onfocus') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onhashchange') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'oninput') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'oninvalid') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onkeydown') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onkeypress') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onkeyup') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onload') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onloadeddata') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onloadedmetadata') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onloadstart') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmessage') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmousedown') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmousemove') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmouseout') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmouseover') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmouseup') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onmousewheel') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onoffline') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ononline') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onpagehide') is 'object'
-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'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onresize') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onscroll') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onsearch') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onseeked') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onseeking') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onselect') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onstalled') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onstorage') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onsubmit') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onsuspend') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'ontimeupdate') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onunload') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onvolumechange') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onwaiting') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkitanimationend') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkitanimationiteration') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkitanimationstart') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'onwebkittransitionend') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'outerHeight') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'outerWidth') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'pageXOffset') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'pageYOffset') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'parent') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'parseFloat') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'parseInt') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'personalbar') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'protoPropertyNames') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'protoPropertySet') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'screen') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'screenLeft') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'screenTop') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'screenX') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'screenY') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'scrollX') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'scrollY') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'scrollbars') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'self') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeDefined') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNaN') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonNull') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNonZero') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeNull') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeTrue') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeUndefined') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldEvaluateTo') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldThrow') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'status') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'statusbar') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'stringify') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'styleMedia') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'successfullyParsed') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'testFailed') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'testPassed') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'toolbar') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'top') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'undefined') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'unescape') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'window') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'windowPropertyNames') is 'object'
-PASS Object.getOwnPropertyDescriptor(window, '__defineGetter__') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, '__defineSetter__') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, '__lookupGetter__') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, '__lookupSetter__') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'addEventListener') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'alert') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'atob') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'blur') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'btoa') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'captureEvents') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'clearInterval') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'clearTimeout') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'close') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'confirm') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'dispatchEvent') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'find') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'focus') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'getComputedStyle') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'getMatchedCSSRules') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'getSelection') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'hasOwnProperty') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'isPrototypeOf') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'matchMedia') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'moveBy') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'moveTo') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'open') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'openDatabase') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'postMessage') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'print') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'prompt') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'propertyIsEnumerable') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'releaseEvents') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'removeEventListener') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'resizeBy') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'resizeTo') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'scroll') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'scrollBy') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'scrollTo') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'setInterval') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'setTimeout') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'showModalDialog') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'stop') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'toLocaleString') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'toString') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'valueOf') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'webkitConvertPointFromNodeToPage') is undefined.
-PASS Object.getOwnPropertyDescriptor(window, 'webkitConvertPointFromPageToNode') is undefined.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
diff --git a/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt b/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt
deleted file mode 100644
index b864d70..0000000
--- a/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt
+++ /dev/null
@@ -1,789 +0,0 @@
-Make sure prototypes are set up using the window a property came from, instead of the lexical global object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS inner.Array.isInner is true
-PASS inner.Array.constructor.isInner is true
-PASS inner.Attr.isInner is true
-PASS inner.Attr.constructor.isInner is true
-PASS inner.Audio.isInner is true
-PASS inner.Audio.constructor.isInner is true
-PASS inner.BeforeLoadEvent.isInner is true
-PASS inner.BeforeLoadEvent.constructor.isInner is true
-PASS inner.Blob.isInner is true
-PASS inner.Blob.constructor.isInner is true
-PASS inner.BlobBuilder.isInner is true
-PASS inner.BlobBuilder.constructor.isInner is true
-PASS inner.Boolean.isInner is true
-PASS inner.Boolean.constructor.isInner is true
-PASS inner.CDATASection.isInner is true
-PASS inner.CDATASection.constructor.isInner is true
-PASS inner.CSSCharsetRule.isInner is true
-PASS inner.CSSCharsetRule.constructor.isInner is true
-PASS inner.CSSFontFaceRule.isInner is true
-PASS inner.CSSFontFaceRule.constructor.isInner is true
-PASS inner.CSSImportRule.isInner is true
-PASS inner.CSSImportRule.constructor.isInner is true
-PASS inner.CSSMediaRule.isInner is true
-PASS inner.CSSMediaRule.constructor.isInner is true
-PASS inner.CSSPageRule.isInner is true
-PASS inner.CSSPageRule.constructor.isInner is true
-PASS inner.CSSPrimitiveValue.isInner is true
-PASS inner.CSSPrimitiveValue.constructor.isInner is true
-PASS inner.CSSRule.isInner is true
-PASS inner.CSSRule.constructor.isInner is true
-PASS inner.CSSRuleList.isInner is true
-PASS inner.CSSRuleList.constructor.isInner is true
-PASS inner.CSSStyleDeclaration.isInner is true
-PASS inner.CSSStyleDeclaration.constructor.isInner is true
-PASS inner.CSSStyleRule.isInner is true
-PASS inner.CSSStyleRule.constructor.isInner is true
-PASS inner.CSSStyleSheet.isInner is true
-PASS inner.CSSStyleSheet.constructor.isInner is true
-PASS inner.CSSValue.isInner is true
-PASS inner.CSSValue.constructor.isInner is true
-PASS inner.CSSValueList.isInner is true
-PASS inner.CSSValueList.constructor.isInner is true
-PASS inner.CanvasGradient.isInner is true
-PASS inner.CanvasGradient.constructor.isInner is true
-PASS inner.CanvasPattern.isInner is true
-PASS inner.CanvasPattern.constructor.isInner is true
-PASS inner.CanvasRenderingContext2D.isInner is true
-PASS inner.CanvasRenderingContext2D.constructor.isInner is true
-PASS inner.CharacterData.isInner is true
-PASS inner.CharacterData.constructor.isInner is true
-PASS inner.ClientRect.isInner is true
-PASS inner.ClientRect.constructor.isInner is true
-PASS inner.ClientRectList.isInner is true
-PASS inner.ClientRectList.constructor.isInner is true
-PASS inner.Clipboard.isInner is true
-PASS inner.Clipboard.constructor.isInner is true
-PASS inner.Comment.isInner is true
-PASS inner.Comment.constructor.isInner is true
-PASS inner.Counter.isInner is true
-PASS inner.Counter.constructor.isInner is true
-PASS inner.DOMException.isInner is true
-PASS inner.DOMException.constructor.isInner is true
-PASS inner.DOMImplementation.isInner is true
-PASS inner.DOMImplementation.constructor.isInner is true
-PASS inner.DOMParser.isInner is true
-PASS inner.DOMParser.constructor.isInner is true
-PASS inner.DOMSettableTokenList.isInner is true
-PASS inner.DOMSettableTokenList.constructor.isInner is true
-PASS inner.DOMStringList.isInner is true
-PASS inner.DOMStringList.constructor.isInner is true
-PASS inner.DOMStringMap.isInner is true
-PASS inner.DOMStringMap.constructor.isInner is true
-PASS inner.DOMTokenList.isInner is true
-PASS inner.DOMTokenList.constructor.isInner is true
-PASS inner.Date.isInner is true
-PASS inner.Date.constructor.isInner is true
-PASS inner.Document.isInner is true
-PASS inner.Document.constructor.isInner is true
-PASS inner.DocumentFragment.isInner is true
-PASS inner.DocumentFragment.constructor.isInner is true
-PASS inner.DocumentType.isInner is true
-PASS inner.DocumentType.constructor.isInner is true
-PASS inner.Element.isInner is true
-PASS inner.Element.constructor.isInner is true
-PASS inner.Entity.isInner is true
-PASS inner.Entity.constructor.isInner is true
-PASS inner.EntityReference.isInner is true
-PASS inner.EntityReference.constructor.isInner is true
-PASS inner.Error.isInner is true
-PASS inner.Error.constructor.isInner is true
-PASS inner.EvalError.isInner is true
-PASS inner.EvalError.constructor.isInner is true
-PASS inner.Event.isInner is true
-PASS inner.Event.constructor.isInner is true
-PASS inner.EventException.isInner is true
-PASS inner.EventException.constructor.isInner is true
-PASS inner.EventSource.isInner is true
-PASS inner.EventSource.constructor.isInner is true
-PASS inner.File.isInner is true
-PASS inner.File.constructor.isInner is true
-PASS inner.FileList.isInner is true
-PASS inner.FileList.constructor.isInner is true
-PASS inner.FormData.isInner is true
-PASS inner.FormData.constructor.isInner is true
-PASS inner.Function.isInner is true
-PASS inner.Function.constructor.isInner is true
-PASS inner.HTMLAllCollection.isInner is true
-PASS inner.HTMLAllCollection.constructor.isInner is true
-PASS inner.HTMLAnchorElement.isInner is true
-PASS inner.HTMLAnchorElement.constructor.isInner is true
-PASS inner.HTMLAppletElement.isInner is true
-PASS inner.HTMLAppletElement.constructor.isInner is true
-PASS inner.HTMLAreaElement.isInner is true
-PASS inner.HTMLAreaElement.constructor.isInner is true
-PASS inner.HTMLAudioElement.isInner is true
-PASS inner.HTMLAudioElement.constructor.isInner is true
-PASS inner.HTMLBRElement.isInner is true
-PASS inner.HTMLBRElement.constructor.isInner is true
-PASS inner.HTMLBaseElement.isInner is true
-PASS inner.HTMLBaseElement.constructor.isInner is true
-PASS inner.HTMLBaseFontElement.isInner is true
-PASS inner.HTMLBaseFontElement.constructor.isInner is true
-PASS inner.HTMLBlockquoteElement.isInner is true
-PASS inner.HTMLBlockquoteElement.constructor.isInner is true
-PASS inner.HTMLBodyElement.isInner is true
-PASS inner.HTMLBodyElement.constructor.isInner is true
-PASS inner.HTMLButtonElement.isInner is true
-PASS inner.HTMLButtonElement.constructor.isInner is true
-PASS inner.HTMLCanvasElement.isInner is true
-PASS inner.HTMLCanvasElement.constructor.isInner is true
-PASS inner.HTMLCollection.isInner is true
-PASS inner.HTMLCollection.constructor.isInner is true
-PASS inner.HTMLDListElement.isInner is true
-PASS inner.HTMLDListElement.constructor.isInner is true
-PASS inner.HTMLDirectoryElement.isInner is true
-PASS inner.HTMLDirectoryElement.constructor.isInner is true
-PASS inner.HTMLDivElement.isInner is true
-PASS inner.HTMLDivElement.constructor.isInner is true
-PASS inner.HTMLDocument.isInner is true
-PASS inner.HTMLDocument.constructor.isInner is true
-PASS inner.HTMLElement.isInner is true
-PASS inner.HTMLElement.constructor.isInner is true
-PASS inner.HTMLEmbedElement.isInner is true
-PASS inner.HTMLEmbedElement.constructor.isInner is true
-PASS inner.HTMLFieldSetElement.isInner is true
-PASS inner.HTMLFieldSetElement.constructor.isInner is true
-PASS inner.HTMLFontElement.isInner is true
-PASS inner.HTMLFontElement.constructor.isInner is true
-PASS inner.HTMLFormElement.isInner is true
-PASS inner.HTMLFormElement.constructor.isInner is true
-PASS inner.HTMLFrameElement.isInner is true
-PASS inner.HTMLFrameElement.constructor.isInner is true
-PASS inner.HTMLFrameSetElement.isInner is true
-PASS inner.HTMLFrameSetElement.constructor.isInner is true
-PASS inner.HTMLHRElement.isInner is true
-PASS inner.HTMLHRElement.constructor.isInner is true
-PASS inner.HTMLHeadElement.isInner is true
-PASS inner.HTMLHeadElement.constructor.isInner is true
-PASS inner.HTMLHeadingElement.isInner is true
-PASS inner.HTMLHeadingElement.constructor.isInner is true
-PASS inner.HTMLHtmlElement.isInner is true
-PASS inner.HTMLHtmlElement.constructor.isInner is true
-PASS inner.HTMLIFrameElement.isInner is true
-PASS inner.HTMLIFrameElement.constructor.isInner is true
-PASS inner.HTMLImageElement.isInner is true
-PASS inner.HTMLImageElement.constructor.isInner is true
-PASS inner.HTMLInputElement.isInner is true
-PASS inner.HTMLInputElement.constructor.isInner is true
-PASS inner.HTMLIsIndexElement.isInner is true
-PASS inner.HTMLIsIndexElement.constructor.isInner is true
-PASS inner.HTMLLIElement.isInner is true
-PASS inner.HTMLLIElement.constructor.isInner is true
-PASS inner.HTMLLabelElement.isInner is true
-PASS inner.HTMLLabelElement.constructor.isInner is true
-PASS inner.HTMLLegendElement.isInner is true
-PASS inner.HTMLLegendElement.constructor.isInner is true
-PASS inner.HTMLLinkElement.isInner is true
-PASS inner.HTMLLinkElement.constructor.isInner is true
-PASS inner.HTMLMapElement.isInner is true
-PASS inner.HTMLMapElement.constructor.isInner is true
-PASS inner.HTMLMarqueeElement.isInner is true
-PASS inner.HTMLMarqueeElement.constructor.isInner is true
-PASS inner.HTMLMediaElement.isInner is true
-PASS inner.HTMLMediaElement.constructor.isInner is true
-PASS inner.HTMLMenuElement.isInner is true
-PASS inner.HTMLMenuElement.constructor.isInner is true
-PASS inner.HTMLMetaElement.isInner is true
-PASS inner.HTMLMetaElement.constructor.isInner is true
-PASS inner.HTMLModElement.isInner is true
-PASS inner.HTMLModElement.constructor.isInner is true
-PASS inner.HTMLOListElement.isInner is true
-PASS inner.HTMLOListElement.constructor.isInner is true
-PASS inner.HTMLObjectElement.isInner is true
-PASS inner.HTMLObjectElement.constructor.isInner is true
-PASS inner.HTMLOptGroupElement.isInner is true
-PASS inner.HTMLOptGroupElement.constructor.isInner is true
-PASS inner.HTMLOptionElement.isInner is true
-PASS inner.HTMLOptionElement.constructor.isInner is true
-PASS inner.HTMLOutputElement.isInner is true
-PASS inner.HTMLOutputElement.constructor.isInner is true
-PASS inner.HTMLParagraphElement.isInner is true
-PASS inner.HTMLParagraphElement.constructor.isInner is true
-PASS inner.HTMLParamElement.isInner is true
-PASS inner.HTMLParamElement.constructor.isInner is true
-PASS inner.HTMLPreElement.isInner is true
-PASS inner.HTMLPreElement.constructor.isInner is true
-PASS inner.HTMLProgressElement.isInner is true
-PASS inner.HTMLProgressElement.constructor.isInner is true
-PASS inner.HTMLQuoteElement.isInner is true
-PASS inner.HTMLQuoteElement.constructor.isInner is true
-PASS inner.HTMLScriptElement.isInner is true
-PASS inner.HTMLScriptElement.constructor.isInner is true
-PASS inner.HTMLSelectElement.isInner is true
-PASS inner.HTMLSelectElement.constructor.isInner is true
-PASS inner.HTMLStyleElement.isInner is true
-PASS inner.HTMLStyleElement.constructor.isInner is true
-PASS inner.HTMLTableCaptionElement.isInner is true
-PASS inner.HTMLTableCaptionElement.constructor.isInner is true
-PASS inner.HTMLTableCellElement.isInner is true
-PASS inner.HTMLTableCellElement.constructor.isInner is true
-PASS inner.HTMLTableColElement.isInner is true
-PASS inner.HTMLTableColElement.constructor.isInner is true
-PASS inner.HTMLTableElement.isInner is true
-PASS inner.HTMLTableElement.constructor.isInner is true
-PASS inner.HTMLTableRowElement.isInner is true
-PASS inner.HTMLTableRowElement.constructor.isInner is true
-PASS inner.HTMLTableSectionElement.isInner is true
-PASS inner.HTMLTableSectionElement.constructor.isInner is true
-PASS inner.HTMLTextAreaElement.isInner is true
-PASS inner.HTMLTextAreaElement.constructor.isInner is true
-PASS inner.HTMLTitleElement.isInner is true
-PASS inner.HTMLTitleElement.constructor.isInner is true
-PASS inner.HTMLUListElement.isInner is true
-PASS inner.HTMLUListElement.constructor.isInner is true
-PASS inner.HTMLVideoElement.isInner is true
-PASS inner.HTMLVideoElement.constructor.isInner is true
-PASS inner.HashChangeEvent.isInner is true
-PASS inner.HashChangeEvent.constructor.isInner is true
-PASS inner.Image.isInner is true
-PASS inner.Image.constructor.isInner is true
-PASS inner.ImageData.isInner is true
-PASS inner.ImageData.constructor.isInner is true
-PASS inner.JSON.isInner is true
-PASS inner.JSON.constructor.isInner is true
-PASS inner.KeyboardEvent.isInner is true
-PASS inner.KeyboardEvent.constructor.isInner is true
-PASS inner.Math.isInner is true
-PASS inner.Math.constructor.isInner is true
-PASS inner.MediaError.isInner is true
-PASS inner.MediaError.constructor.isInner is true
-PASS inner.MediaList.isInner is true
-PASS inner.MediaList.constructor.isInner is true
-PASS inner.MessageChannel.isInner is true
-PASS inner.MessageChannel.constructor.isInner is true
-PASS inner.MessageEvent.isInner is true
-PASS inner.MessageEvent.constructor.isInner is true
-PASS inner.MessagePort.isInner is true
-PASS inner.MessagePort.constructor.isInner is true
-PASS inner.MimeType.isInner is true
-PASS inner.MimeType.constructor.isInner is true
-PASS inner.MimeTypeArray.isInner is true
-PASS inner.MimeTypeArray.constructor.isInner is true
-PASS inner.MouseEvent.isInner is true
-PASS inner.MouseEvent.constructor.isInner is true
-PASS inner.MutationEvent.isInner is true
-PASS inner.MutationEvent.constructor.isInner is true
-PASS inner.NamedNodeMap.isInner is true
-PASS inner.NamedNodeMap.constructor.isInner is true
-PASS inner.Node.isInner is true
-PASS inner.Node.constructor.isInner is true
-PASS inner.NodeFilter.isInner is true
-PASS inner.NodeFilter.constructor.isInner is true
-PASS inner.NodeList.isInner is true
-PASS inner.NodeList.constructor.isInner is true
-PASS inner.Notation.isInner is true
-PASS inner.Notation.constructor.isInner is true
-PASS inner.Number.isInner is true
-PASS inner.Number.constructor.isInner is true
-PASS inner.Object.isInner is true
-PASS inner.Object.constructor.isInner is true
-PASS inner.Option.isInner is true
-PASS inner.Option.constructor.isInner is true
-PASS inner.OverflowEvent.isInner is true
-PASS inner.OverflowEvent.constructor.isInner is true
-PASS inner.PageTransitionEvent.isInner is true
-PASS inner.PageTransitionEvent.constructor.isInner is true
-PASS inner.Plugin.isInner is true
-PASS inner.Plugin.constructor.isInner is true
-PASS inner.PluginArray.isInner is true
-PASS inner.PluginArray.constructor.isInner is true
-PASS inner.ProcessingInstruction.isInner is true
-PASS inner.ProcessingInstruction.constructor.isInner is true
-PASS inner.ProgressEvent.isInner is true
-PASS inner.ProgressEvent.constructor.isInner is true
-PASS inner.RGBColor.isInner is true
-PASS inner.RGBColor.constructor.isInner is true
-PASS inner.Range.isInner is true
-PASS inner.Range.constructor.isInner is true
-PASS inner.RangeError.isInner is true
-PASS inner.RangeError.constructor.isInner is true
-PASS inner.RangeException.isInner is true
-PASS inner.RangeException.constructor.isInner is true
-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.RegExp.isInner is true
-PASS inner.RegExp.constructor.isInner is true
-PASS inner.SQLException.isInner is true
-PASS inner.SQLException.constructor.isInner is true
-PASS inner.SVGAElement.isInner is true
-PASS inner.SVGAElement.constructor.isInner is true
-PASS inner.SVGAltGlyphElement.isInner is true
-PASS inner.SVGAltGlyphElement.constructor.isInner is true
-PASS inner.SVGAngle.isInner is true
-PASS inner.SVGAngle.constructor.isInner is true
-PASS inner.SVGAnimateColorElement.isInner is true
-PASS inner.SVGAnimateColorElement.constructor.isInner is true
-PASS inner.SVGAnimateElement.isInner is true
-PASS inner.SVGAnimateElement.constructor.isInner is true
-PASS inner.SVGAnimateTransformElement.isInner is true
-PASS inner.SVGAnimateTransformElement.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.SVGFEConvolveMatrixElement.isInner is true
-PASS inner.SVGFEConvolveMatrixElement.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.SVGFontElement.isInner is true
-PASS inner.SVGFontElement.constructor.isInner is true
-PASS inner.SVGFontFaceElement.isInner is true
-PASS inner.SVGFontFaceElement.constructor.isInner is true
-PASS inner.SVGFontFaceFormatElement.isInner is true
-PASS inner.SVGFontFaceFormatElement.constructor.isInner is true
-PASS inner.SVGFontFaceNameElement.isInner is true
-PASS inner.SVGFontFaceNameElement.constructor.isInner is true
-PASS inner.SVGFontFaceSrcElement.isInner is true
-PASS inner.SVGFontFaceSrcElement.constructor.isInner is true
-PASS inner.SVGFontFaceUriElement.isInner is true
-PASS inner.SVGFontFaceUriElement.constructor.isInner is true
-PASS inner.SVGForeignObjectElement.isInner is true
-PASS inner.SVGForeignObjectElement.constructor.isInner is true
-PASS inner.SVGGElement.isInner is true
-PASS inner.SVGGElement.constructor.isInner is true
-PASS inner.SVGGlyphElement.isInner is true
-PASS inner.SVGGlyphElement.constructor.isInner is true
-PASS inner.SVGGradientElement.isInner is true
-PASS inner.SVGGradientElement.constructor.isInner is true
-PASS inner.SVGHKernElement.isInner is true
-PASS inner.SVGHKernElement.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.SVGMissingGlyphElement.isInner is true
-PASS inner.SVGMissingGlyphElement.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.SVGSetElement.isInner is true
-PASS inner.SVGSetElement.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.SVGVKernElement.isInner is true
-PASS inner.SVGVKernElement.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
-PASS inner.Storage.constructor.isInner is true
-PASS inner.StorageEvent.isInner is true
-PASS inner.StorageEvent.constructor.isInner is true
-PASS inner.String.isInner is true
-PASS inner.String.constructor.isInner is true
-PASS inner.StyleSheet.isInner is true
-PASS inner.StyleSheet.constructor.isInner is true
-PASS inner.StyleSheetList.isInner is true
-PASS inner.StyleSheetList.constructor.isInner is true
-PASS inner.SyntaxError.isInner is true
-PASS inner.SyntaxError.constructor.isInner is true
-PASS inner.Text.isInner is true
-PASS inner.Text.constructor.isInner is true
-PASS inner.TextEvent.isInner is true
-PASS inner.TextEvent.constructor.isInner is true
-PASS inner.TextMetrics.isInner is true
-PASS inner.TextMetrics.constructor.isInner is true
-PASS inner.TimeRanges.isInner is true
-PASS inner.TimeRanges.constructor.isInner is true
-PASS inner.TypeError.isInner is true
-PASS inner.TypeError.constructor.isInner is true
-PASS inner.UIEvent.isInner is true
-PASS inner.UIEvent.constructor.isInner is true
-PASS inner.URIError.isInner is true
-PASS inner.URIError.constructor.isInner is true
-PASS inner.WebKitAnimationEvent.isInner is true
-PASS inner.WebKitAnimationEvent.constructor.isInner is true
-PASS inner.WebKitCSSKeyframeRule.isInner is true
-PASS inner.WebKitCSSKeyframeRule.constructor.isInner is true
-PASS inner.WebKitCSSKeyframesRule.isInner is true
-PASS inner.WebKitCSSKeyframesRule.constructor.isInner is true
-PASS inner.WebKitCSSMatrix.isInner is true
-PASS inner.WebKitCSSMatrix.constructor.isInner is true
-PASS inner.WebKitCSSTransformValue.isInner is true
-PASS inner.WebKitCSSTransformValue.constructor.isInner is true
-PASS inner.WebKitPoint.isInner is true
-PASS inner.WebKitPoint.constructor.isInner is true
-PASS inner.WebKitTransitionEvent.isInner is true
-PASS inner.WebKitTransitionEvent.constructor.isInner is true
-PASS inner.WebSocket.isInner is true
-PASS inner.WebSocket.constructor.isInner is true
-PASS inner.WheelEvent.isInner is true
-PASS inner.WheelEvent.constructor.isInner is true
-PASS inner.Worker.isInner is true
-PASS inner.Worker.constructor.isInner is true
-PASS inner.XMLDocument.isInner is true
-PASS inner.XMLDocument.constructor.isInner is true
-PASS inner.XMLHttpRequest.isInner is true
-PASS inner.XMLHttpRequest.constructor.isInner is true
-PASS inner.XMLHttpRequestException.isInner is true
-PASS inner.XMLHttpRequestException.constructor.isInner is true
-PASS inner.XMLHttpRequestUpload.isInner is true
-PASS inner.XMLHttpRequestUpload.constructor.isInner is true
-PASS inner.XMLSerializer.isInner is true
-PASS inner.XMLSerializer.constructor.isInner is true
-PASS inner.XPathEvaluator.isInner is true
-PASS inner.XPathEvaluator.constructor.isInner is true
-PASS inner.XPathException.isInner is true
-PASS inner.XPathException.constructor.isInner is true
-PASS inner.XPathResult.isInner is true
-PASS inner.XPathResult.constructor.isInner is true
-PASS inner.XSLTProcessor.isInner is true
-PASS inner.XSLTProcessor.constructor.isInner is true
-PASS inner.addEventListener.isInner is true
-PASS inner.addEventListener.constructor.isInner is true
-PASS inner.alert.isInner is true
-PASS inner.alert.constructor.isInner is true
-PASS inner.applicationCache.isInner is true
-PASS inner.applicationCache.constructor.isInner is true
-PASS inner.atob.isInner is true
-PASS inner.atob.constructor.isInner is true
-PASS inner.blur.isInner is true
-PASS inner.blur.constructor.isInner is true
-PASS inner.btoa.isInner is true
-PASS inner.btoa.constructor.isInner is true
-PASS inner.captureEvents.isInner is true
-PASS inner.captureEvents.constructor.isInner is true
-PASS inner.clearInterval.isInner is true
-PASS inner.clearInterval.constructor.isInner is true
-PASS inner.clearTimeout.isInner is true
-PASS inner.clearTimeout.constructor.isInner is true
-PASS inner.clientInformation.isInner is true
-PASS inner.clientInformation.constructor.isInner is true
-PASS inner.close.isInner is true
-PASS inner.close.constructor.isInner is true
-PASS inner.confirm.isInner is true
-PASS inner.confirm.constructor.isInner is true
-PASS inner.console.isInner is true
-PASS inner.console.constructor.isInner is true
-PASS inner.decodeURI.isInner is true
-PASS inner.decodeURI.constructor.isInner is true
-PASS inner.decodeURIComponent.isInner is true
-PASS inner.decodeURIComponent.constructor.isInner is true
-PASS inner.dispatchEvent.isInner is true
-PASS inner.dispatchEvent.constructor.isInner is true
-PASS inner.document.isInner is true
-PASS inner.document.constructor.isInner is true
-PASS inner.encodeURI.isInner is true
-PASS inner.encodeURI.constructor.isInner is true
-PASS inner.encodeURIComponent.isInner is true
-PASS inner.encodeURIComponent.constructor.isInner is true
-PASS inner.escape.isInner is true
-PASS inner.escape.constructor.isInner is true
-PASS inner.eval.isInner is true
-PASS inner.eval.constructor.isInner is true
-PASS inner.find.isInner is true
-PASS inner.find.constructor.isInner is true
-PASS inner.focus.isInner is true
-PASS inner.focus.constructor.isInner is true
-FAIL inner.frameElement.isInner should be true. Was false.
-FAIL inner.frameElement.constructor.isInner should be true. Was false.
-PASS inner.frames.isInner is true
-PASS inner.frames.constructor.isInner is true
-PASS inner.getComputedStyle.isInner is true
-PASS inner.getComputedStyle.constructor.isInner is true
-PASS inner.getMatchedCSSRules.isInner is true
-PASS inner.getMatchedCSSRules.constructor.isInner is true
-PASS inner.getSelection.isInner is true
-PASS inner.getSelection.constructor.isInner is true
-PASS inner.history.isInner is true
-PASS inner.history.constructor.isInner is true
-PASS inner.isFinite.isInner is true
-PASS inner.isFinite.constructor.isInner is true
-PASS inner.isNaN.isInner is true
-PASS inner.isNaN.constructor.isInner is true
-PASS inner.localStorage.isInner is true
-PASS inner.localStorage.constructor.isInner is true
-PASS inner.location.isInner is true
-PASS inner.location.constructor.isInner is true
-PASS inner.locationbar.isInner is true
-PASS inner.locationbar.constructor.isInner is true
-PASS inner.matchMedia.isInner is true
-PASS inner.matchMedia.constructor.isInner is true
-PASS inner.menubar.isInner is true
-PASS inner.menubar.constructor.isInner is true
-PASS inner.moveBy.isInner is true
-PASS inner.moveBy.constructor.isInner is true
-PASS inner.moveTo.isInner is true
-PASS inner.moveTo.constructor.isInner is true
-PASS inner.navigator.isInner is true
-PASS inner.navigator.constructor.isInner is true
-PASS inner.open.isInner is true
-PASS inner.open.constructor.isInner is true
-PASS inner.openDatabase.isInner is true
-PASS inner.openDatabase.constructor.isInner is true
-PASS inner.parseFloat.isInner is true
-PASS inner.parseFloat.constructor.isInner is true
-PASS inner.parseInt.isInner is true
-PASS inner.parseInt.constructor.isInner is true
-PASS inner.personalbar.isInner is true
-PASS inner.personalbar.constructor.isInner is true
-PASS inner.postMessage.isInner is true
-PASS inner.postMessage.constructor.isInner is true
-PASS inner.print.isInner is true
-PASS inner.print.constructor.isInner is true
-PASS inner.prompt.isInner is true
-PASS inner.prompt.constructor.isInner is true
-PASS inner.releaseEvents.isInner is true
-PASS inner.releaseEvents.constructor.isInner is true
-PASS inner.removeEventListener.isInner is true
-PASS inner.removeEventListener.constructor.isInner is true
-PASS inner.resizeBy.isInner is true
-PASS inner.resizeBy.constructor.isInner is true
-PASS inner.resizeTo.isInner is true
-PASS inner.resizeTo.constructor.isInner is true
-PASS inner.screen.isInner is true
-PASS inner.screen.constructor.isInner is true
-PASS inner.scroll.isInner is true
-PASS inner.scroll.constructor.isInner is true
-PASS inner.scrollBy.isInner is true
-PASS inner.scrollBy.constructor.isInner is true
-PASS inner.scrollTo.isInner is true
-PASS inner.scrollTo.constructor.isInner is true
-PASS inner.scrollbars.isInner is true
-PASS inner.scrollbars.constructor.isInner is true
-PASS inner.self.isInner is true
-PASS inner.self.constructor.isInner is true
-PASS inner.sessionStorage.isInner is true
-PASS inner.sessionStorage.constructor.isInner is true
-PASS inner.setInterval.isInner is true
-PASS inner.setInterval.constructor.isInner is true
-PASS inner.setTimeout.isInner is true
-PASS inner.setTimeout.constructor.isInner is true
-PASS inner.statusbar.isInner is true
-PASS inner.statusbar.constructor.isInner is true
-PASS inner.stop.isInner is true
-PASS inner.stop.constructor.isInner is true
-PASS inner.styleMedia.isInner is true
-PASS inner.styleMedia.constructor.isInner is true
-PASS inner.toolbar.isInner is true
-PASS inner.toolbar.constructor.isInner is true
-PASS inner.unescape.isInner is true
-PASS inner.unescape.constructor.isInner is true
-PASS inner.webkitConvertPointFromNodeToPage.isInner is true
-PASS inner.webkitConvertPointFromNodeToPage.constructor.isInner is true
-PASS inner.webkitConvertPointFromPageToNode.isInner is true
-PASS inner.webkitConvertPointFromPageToNode.constructor.isInner is true
-PASS inner.window.isInner is true
-PASS inner.window.constructor.isInner is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
diff --git a/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt b/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
deleted file mode 100644
index 4685df1..0000000
--- a/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
+++ /dev/null
@@ -1,314 +0,0 @@
-This test documents our set of global constructors we expose on the window object (FF and Opera don't expose them on the window, btw). This also checks to make sure than any constructor attribute we expose has the expected constructor type.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS Attr.toString() is '[object AttrConstructor]'
-PASS Audio.toString() is '[object AudioConstructor]'
-PASS BeforeLoadEvent.toString() is '[object BeforeLoadEventConstructor]'
-PASS Blob.toString() is '[object BlobConstructor]'
-PASS BlobBuilder.toString() is '[object BlobBuilderConstructor]'
-PASS CDATASection.toString() is '[object CDATASectionConstructor]'
-PASS CSSCharsetRule.toString() is '[object CSSCharsetRuleConstructor]'
-PASS CSSFontFaceRule.toString() is '[object CSSFontFaceRuleConstructor]'
-PASS CSSImportRule.toString() is '[object CSSImportRuleConstructor]'
-PASS CSSMediaRule.toString() is '[object CSSMediaRuleConstructor]'
-PASS CSSPageRule.toString() is '[object CSSPageRuleConstructor]'
-PASS CSSPrimitiveValue.toString() is '[object CSSPrimitiveValueConstructor]'
-PASS CSSRule.toString() is '[object CSSRuleConstructor]'
-PASS CSSRuleList.toString() is '[object CSSRuleListConstructor]'
-PASS CSSStyleDeclaration.toString() is '[object CSSStyleDeclarationConstructor]'
-PASS CSSStyleRule.toString() is '[object CSSStyleRuleConstructor]'
-PASS CSSStyleSheet.toString() is '[object CSSStyleSheetConstructor]'
-PASS CSSValue.toString() is '[object CSSValueConstructor]'
-PASS CSSValueList.toString() is '[object CSSValueListConstructor]'
-PASS CanvasGradient.toString() is '[object CanvasGradientConstructor]'
-PASS CanvasPattern.toString() is '[object CanvasPatternConstructor]'
-PASS CanvasRenderingContext2D.toString() is '[object CanvasRenderingContext2DConstructor]'
-PASS CharacterData.toString() is '[object CharacterDataConstructor]'
-PASS ClientRect.toString() is '[object ClientRectConstructor]'
-PASS ClientRectList.toString() is '[object ClientRectListConstructor]'
-PASS Clipboard.toString() is '[object ClipboardConstructor]'
-PASS Comment.toString() is '[object CommentConstructor]'
-PASS Counter.toString() is '[object CounterConstructor]'
-PASS DOMException.toString() is '[object DOMExceptionConstructor]'
-PASS DOMImplementation.toString() is '[object DOMImplementationConstructor]'
-PASS DOMParser.toString() is '[object DOMParserConstructor]'
-PASS DOMSettableTokenList.toString() is '[object DOMSettableTokenListConstructor]'
-PASS DOMStringList.toString() is '[object DOMStringListConstructor]'
-PASS DOMStringMap.toString() is '[object DOMStringMapConstructor]'
-PASS DOMTokenList.toString() is '[object DOMTokenListConstructor]'
-PASS Document.toString() is '[object DocumentConstructor]'
-PASS DocumentFragment.toString() is '[object DocumentFragmentConstructor]'
-PASS DocumentType.toString() is '[object DocumentTypeConstructor]'
-PASS Element.toString() is '[object ElementConstructor]'
-PASS Entity.toString() is '[object EntityConstructor]'
-PASS EntityReference.toString() is '[object EntityReferenceConstructor]'
-PASS Event.toString() is '[object EventConstructor]'
-PASS EventException.toString() is '[object EventExceptionConstructor]'
-PASS EventSource.toString() is '[object EventSourceConstructor]'
-PASS File.toString() is '[object FileConstructor]'
-PASS FileList.toString() is '[object FileListConstructor]'
-PASS FormData.toString() is '[object FormDataConstructor]'
-PASS HTMLAllCollection.toString() is '[object HTMLAllCollectionConstructor]'
-PASS HTMLAnchorElement.toString() is '[object HTMLAnchorElementConstructor]'
-PASS HTMLAppletElement.toString() is '[object HTMLAppletElementConstructor]'
-PASS HTMLAreaElement.toString() is '[object HTMLAreaElementConstructor]'
-PASS HTMLAudioElement.toString() is '[object HTMLAudioElementConstructor]'
-PASS HTMLBRElement.toString() is '[object HTMLBRElementConstructor]'
-PASS HTMLBaseElement.toString() is '[object HTMLBaseElementConstructor]'
-PASS HTMLBaseFontElement.toString() is '[object HTMLBaseFontElementConstructor]'
-PASS HTMLBlockquoteElement.toString() is '[object HTMLBlockquoteElementConstructor]'
-PASS HTMLBodyElement.toString() is '[object HTMLBodyElementConstructor]'
-PASS HTMLButtonElement.toString() is '[object HTMLButtonElementConstructor]'
-PASS HTMLCanvasElement.toString() is '[object HTMLCanvasElementConstructor]'
-PASS HTMLCollection.toString() is '[object HTMLCollectionConstructor]'
-PASS HTMLDListElement.toString() is '[object HTMLDListElementConstructor]'
-PASS HTMLDirectoryElement.toString() is '[object HTMLDirectoryElementConstructor]'
-PASS HTMLDivElement.toString() is '[object HTMLDivElementConstructor]'
-PASS HTMLDocument.toString() is '[object HTMLDocumentConstructor]'
-PASS HTMLElement.toString() is '[object HTMLElementConstructor]'
-PASS HTMLEmbedElement.toString() is '[object HTMLEmbedElementConstructor]'
-PASS HTMLFieldSetElement.toString() is '[object HTMLFieldSetElementConstructor]'
-PASS HTMLFontElement.toString() is '[object HTMLFontElementConstructor]'
-PASS HTMLFormElement.toString() is '[object HTMLFormElementConstructor]'
-PASS HTMLFrameElement.toString() is '[object HTMLFrameElementConstructor]'
-PASS HTMLFrameSetElement.toString() is '[object HTMLFrameSetElementConstructor]'
-PASS HTMLHRElement.toString() is '[object HTMLHRElementConstructor]'
-PASS HTMLHeadElement.toString() is '[object HTMLHeadElementConstructor]'
-PASS HTMLHeadingElement.toString() is '[object HTMLHeadingElementConstructor]'
-PASS HTMLHtmlElement.toString() is '[object HTMLHtmlElementConstructor]'
-PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]'
-PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
-PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
-PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
-PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
-PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
-PASS HTMLLegendElement.toString() is '[object HTMLLegendElementConstructor]'
-PASS HTMLLinkElement.toString() is '[object HTMLLinkElementConstructor]'
-PASS HTMLMapElement.toString() is '[object HTMLMapElementConstructor]'
-PASS HTMLMarqueeElement.toString() is '[object HTMLMarqueeElementConstructor]'
-PASS HTMLMediaElement.toString() is '[object HTMLMediaElementConstructor]'
-PASS HTMLMenuElement.toString() is '[object HTMLMenuElementConstructor]'
-PASS HTMLMetaElement.toString() is '[object HTMLMetaElementConstructor]'
-PASS HTMLModElement.toString() is '[object HTMLModElementConstructor]'
-PASS HTMLOListElement.toString() is '[object HTMLOListElementConstructor]'
-PASS HTMLObjectElement.toString() is '[object HTMLObjectElementConstructor]'
-PASS HTMLOptGroupElement.toString() is '[object HTMLOptGroupElementConstructor]'
-PASS HTMLOptionElement.toString() is '[object HTMLOptionElementConstructor]'
-PASS HTMLOutputElement.toString() is '[object HTMLOutputElementConstructor]'
-PASS HTMLParagraphElement.toString() is '[object HTMLParagraphElementConstructor]'
-PASS HTMLParamElement.toString() is '[object HTMLParamElementConstructor]'
-PASS HTMLPreElement.toString() is '[object HTMLPreElementConstructor]'
-PASS HTMLProgressElement.toString() is '[object HTMLProgressElementConstructor]'
-PASS HTMLQuoteElement.toString() is '[object HTMLQuoteElementConstructor]'
-PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
-PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
-PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
-PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConstructor]'
-PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor]'
-PASS HTMLTableColElement.toString() is '[object HTMLTableColElementConstructor]'
-PASS HTMLTableElement.toString() is '[object HTMLTableElementConstructor]'
-PASS HTMLTableRowElement.toString() is '[object HTMLTableRowElementConstructor]'
-PASS HTMLTableSectionElement.toString() is '[object HTMLTableSectionElementConstructor]'
-PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
-PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
-PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
-PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
-PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
-PASS Image.toString() is '[object ImageConstructor]'
-PASS ImageData.toString() is '[object ImageDataConstructor]'
-PASS KeyboardEvent.toString() is '[object KeyboardEventConstructor]'
-PASS MediaError.toString() is '[object MediaErrorConstructor]'
-PASS MediaList.toString() is '[object MediaListConstructor]'
-PASS MessageChannel.toString() is '[object MessageChannelConstructor]'
-PASS MessageEvent.toString() is '[object MessageEventConstructor]'
-PASS MessagePort.toString() is '[object MessagePortConstructor]'
-PASS MimeType.toString() is '[object MimeTypeConstructor]'
-PASS MimeTypeArray.toString() is '[object MimeTypeArrayConstructor]'
-PASS MouseEvent.toString() is '[object MouseEventConstructor]'
-PASS MutationEvent.toString() is '[object MutationEventConstructor]'
-PASS NamedNodeMap.toString() is '[object NamedNodeMapConstructor]'
-PASS Node.toString() is '[object NodeConstructor]'
-PASS NodeFilter.toString() is '[object NodeFilterConstructor]'
-PASS NodeList.toString() is '[object NodeListConstructor]'
-PASS Notation.toString() is '[object NotationConstructor]'
-PASS Option.toString() is '[object OptionConstructor]'
-PASS OverflowEvent.toString() is '[object OverflowEventConstructor]'
-PASS PageTransitionEvent.toString() is '[object PageTransitionEventConstructor]'
-PASS Plugin.toString() is '[object PluginConstructor]'
-PASS PluginArray.toString() is '[object PluginArrayConstructor]'
-PASS ProcessingInstruction.toString() is '[object ProcessingInstructionConstructor]'
-PASS ProgressEvent.toString() is '[object ProgressEventConstructor]'
-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 SQLException.toString() is '[object SQLExceptionConstructor]'
-PASS SVGAElement.toString() is '[object SVGAElementConstructor]'
-PASS SVGAltGlyphElement.toString() is '[object SVGAltGlyphElementConstructor]'
-PASS SVGAngle.toString() is '[object SVGAngleConstructor]'
-PASS SVGAnimateColorElement.toString() is '[object SVGAnimateColorElementConstructor]'
-PASS SVGAnimateElement.toString() is '[object SVGAnimateElementConstructor]'
-PASS SVGAnimateTransformElement.toString() is '[object SVGAnimateTransformElementConstructor]'
-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 SVGFEConvolveMatrixElement.toString() is '[object SVGFEConvolveMatrixElementConstructor]'
-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 SVGFontElement.toString() is '[object SVGFontElementConstructor]'
-PASS SVGFontFaceElement.toString() is '[object SVGFontFaceElementConstructor]'
-PASS SVGFontFaceFormatElement.toString() is '[object SVGFontFaceFormatElementConstructor]'
-PASS SVGFontFaceNameElement.toString() is '[object SVGFontFaceNameElementConstructor]'
-PASS SVGFontFaceSrcElement.toString() is '[object SVGFontFaceSrcElementConstructor]'
-PASS SVGFontFaceUriElement.toString() is '[object SVGFontFaceUriElementConstructor]'
-PASS SVGForeignObjectElement.toString() is '[object SVGForeignObjectElementConstructor]'
-PASS SVGGElement.toString() is '[object SVGGElementConstructor]'
-PASS SVGGlyphElement.toString() is '[object SVGGlyphElementConstructor]'
-PASS SVGGradientElement.toString() is '[object SVGGradientElementConstructor]'
-PASS SVGHKernElement.toString() is '[object SVGHKernElementConstructor]'
-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 SVGMissingGlyphElement.toString() is '[object SVGMissingGlyphElementConstructor]'
-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 SVGSetElement.toString() is '[object SVGSetElementConstructor]'
-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 SVGVKernElement.toString() is '[object SVGVKernElementConstructor]'
-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]'
-PASS StyleSheet.toString() is '[object StyleSheetConstructor]'
-PASS StyleSheetList.toString() is '[object StyleSheetListConstructor]'
-PASS Text.toString() is '[object TextConstructor]'
-PASS TextEvent.toString() is '[object TextEventConstructor]'
-PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
-PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
-PASS UIEvent.toString() is '[object UIEventConstructor]'
-PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'
-PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstructor]'
-PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstructor]'
-PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]'
-PASS WebKitCSSTransformValue.toString() is '[object WebKitCSSTransformValueConstructor]'
-PASS WebKitPoint.toString() is '[object WebKitPointConstructor]'
-PASS WebKitTransitionEvent.toString() is '[object WebKitTransitionEventConstructor]'
-PASS WebSocket.toString() is '[object WebSocketConstructor]'
-PASS WheelEvent.toString() is '[object WheelEventConstructor]'
-PASS Worker.toString() is '[object WorkerConstructor]'
-PASS XMLDocument.toString() is '[object DocumentConstructor]'
-PASS XMLHttpRequest.toString() is '[object XMLHttpRequestConstructor]'
-PASS XMLHttpRequestException.toString() is '[object XMLHttpRequestExceptionConstructor]'
-PASS XMLHttpRequestUpload.toString() is '[object XMLHttpRequestUploadConstructor]'
-PASS XMLSerializer.toString() is '[object XMLSerializerConstructor]'
-PASS XPathEvaluator.toString() is '[object XPathEvaluatorConstructor]'
-PASS XPathException.toString() is '[object XPathExceptionConstructor]'
-PASS XPathResult.toString() is '[object XPathResultConstructor]'
-PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list