Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Side by Side Diff: LayoutTests/fast/js/global-constructors-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This test documents our set of global constructors we expose on the window objec t (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.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Attr.toString() is '[object AttrConstructor]'
7 PASS Audio.toString() is '[object AudioConstructor]'
8 PASS BeforeLoadEvent.toString() is '[object BeforeLoadEventConstructor]'
9 PASS Blob.toString() is '[object BlobConstructor]'
10 PASS CDATASection.toString() is '[object CDATASectionConstructor]'
11 PASS CSSCharsetRule.toString() is '[object CSSCharsetRuleConstructor]'
12 PASS CSSFontFaceRule.toString() is '[object CSSFontFaceRuleConstructor]'
13 PASS CSSImportRule.toString() is '[object CSSImportRuleConstructor]'
14 PASS CSSMediaRule.toString() is '[object CSSMediaRuleConstructor]'
15 PASS CSSPageRule.toString() is '[object CSSPageRuleConstructor]'
16 PASS CSSPrimitiveValue.toString() is '[object CSSPrimitiveValueConstructor]'
17 PASS CSSRule.toString() is '[object CSSRuleConstructor]'
18 PASS CSSRuleList.toString() is '[object CSSRuleListConstructor]'
19 PASS CSSStyleDeclaration.toString() is '[object CSSStyleDeclarationConstructor]'
20 PASS CSSStyleRule.toString() is '[object CSSStyleRuleConstructor]'
21 PASS CSSStyleSheet.toString() is '[object CSSStyleSheetConstructor]'
22 PASS CSSValue.toString() is '[object CSSValueConstructor]'
23 PASS CSSValueList.toString() is '[object CSSValueListConstructor]'
24 PASS CanvasGradient.toString() is '[object CanvasGradientConstructor]'
25 PASS CanvasPattern.toString() is '[object CanvasPatternConstructor]'
26 PASS CanvasRenderingContext2D.toString() is '[object CanvasRenderingContext2DCon structor]'
27 PASS CharacterData.toString() is '[object CharacterDataConstructor]'
28 PASS ClientRect.toString() is '[object ClientRectConstructor]'
29 PASS ClientRectList.toString() is '[object ClientRectListConstructor]'
30 PASS Clipboard.toString() is '[object ClipboardConstructor]'
31 PASS CloseEvent.toString() is '[object CloseEventConstructor]'
32 PASS Comment.toString() is '[object CommentConstructor]'
33 PASS CompositionEvent.toString() is '[object CompositionEventConstructor]'
34 PASS Counter.toString() is '[object CounterConstructor]'
35 PASS CustomEvent.toString() is '[object CustomEventConstructor]'
36 PASS DOMException.toString() is '[object DOMExceptionConstructor]'
37 PASS DOMImplementation.toString() is '[object DOMImplementationConstructor]'
38 PASS DOMParser.toString() is '[object DOMParserConstructor]'
39 PASS DOMSettableTokenList.toString() is '[object DOMSettableTokenListConstructor ]'
40 PASS DOMStringList.toString() is '[object DOMStringListConstructor]'
41 PASS DOMStringMap.toString() is '[object DOMStringMapConstructor]'
42 PASS DOMTokenList.toString() is '[object DOMTokenListConstructor]'
43 PASS Document.toString() is '[object DocumentConstructor]'
44 PASS DocumentFragment.toString() is '[object DocumentFragmentConstructor]'
45 PASS DocumentType.toString() is '[object DocumentTypeConstructor]'
46 PASS Element.toString() is '[object ElementConstructor]'
47 PASS Entity.toString() is '[object EntityConstructor]'
48 PASS EntityReference.toString() is '[object EntityReferenceConstructor]'
49 PASS ErrorEvent.toString() is '[object ErrorEventConstructor]'
50 PASS Event.toString() is '[object EventConstructor]'
51 PASS EventException.toString() is '[object EventExceptionConstructor]'
52 PASS EventSource.toString() is '[object EventSourceConstructor]'
53 PASS File.toString() is '[object FileConstructor]'
54 PASS FileList.toString() is '[object FileListConstructor]'
55 PASS FormData.toString() is '[object FormDataConstructor]'
56 PASS HTMLAllCollection.toString() is '[object HTMLAllCollectionConstructor]'
57 PASS HTMLAnchorElement.toString() is '[object HTMLAnchorElementConstructor]'
58 PASS HTMLAppletElement.toString() is '[object HTMLAppletElementConstructor]'
59 PASS HTMLAreaElement.toString() is '[object HTMLAreaElementConstructor]'
60 PASS HTMLAudioElement.toString() is '[object HTMLAudioElementConstructor]'
61 PASS HTMLBRElement.toString() is '[object HTMLBRElementConstructor]'
62 PASS HTMLBaseElement.toString() is '[object HTMLBaseElementConstructor]'
63 PASS HTMLBaseFontElement.toString() is '[object HTMLBaseFontElementConstructor]'
64 PASS HTMLBodyElement.toString() is '[object HTMLBodyElementConstructor]'
65 PASS HTMLButtonElement.toString() is '[object HTMLButtonElementConstructor]'
66 PASS HTMLCanvasElement.toString() is '[object HTMLCanvasElementConstructor]'
67 PASS HTMLCollection.toString() is '[object HTMLCollectionConstructor]'
68 PASS HTMLContentElement.toString() is '[object HTMLContentElementConstructor]'
69 PASS HTMLDListElement.toString() is '[object HTMLDListElementConstructor]'
70 PASS HTMLDataListElement.toString() is '[object HTMLDataListElementConstructor]'
71 PASS HTMLDirectoryElement.toString() is '[object HTMLDirectoryElementConstructor ]'
72 PASS HTMLDivElement.toString() is '[object HTMLDivElementConstructor]'
73 PASS HTMLDocument.toString() is '[object HTMLDocumentConstructor]'
74 PASS HTMLElement.toString() is '[object HTMLElementConstructor]'
75 PASS HTMLEmbedElement.toString() is '[object HTMLEmbedElementConstructor]'
76 PASS HTMLFieldSetElement.toString() is '[object HTMLFieldSetElementConstructor]'
77 PASS HTMLFontElement.toString() is '[object HTMLFontElementConstructor]'
78 PASS HTMLFormElement.toString() is '[object HTMLFormElementConstructor]'
79 PASS HTMLFrameElement.toString() is '[object HTMLFrameElementConstructor]'
80 PASS HTMLFrameSetElement.toString() is '[object HTMLFrameSetElementConstructor]'
81 PASS HTMLHRElement.toString() is '[object HTMLHRElementConstructor]'
82 PASS HTMLHeadElement.toString() is '[object HTMLHeadElementConstructor]'
83 PASS HTMLHeadingElement.toString() is '[object HTMLHeadingElementConstructor]'
84 PASS HTMLHtmlElement.toString() is '[object HTMLHtmlElementConstructor]'
85 PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]'
86 PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
87 PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
88 PASS HTMLIntentElement.toString() is '[object HTMLIntentElementConstructor]'
89 PASS HTMLKeygenElement.toString() is '[object HTMLKeygenElementConstructor]'
90 PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
91 PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
92 PASS HTMLLegendElement.toString() is '[object HTMLLegendElementConstructor]'
93 PASS HTMLLinkElement.toString() is '[object HTMLLinkElementConstructor]'
94 PASS HTMLMapElement.toString() is '[object HTMLMapElementConstructor]'
95 PASS HTMLMarqueeElement.toString() is '[object HTMLMarqueeElementConstructor]'
96 PASS HTMLMediaElement.toString() is '[object HTMLMediaElementConstructor]'
97 PASS HTMLMenuElement.toString() is '[object HTMLMenuElementConstructor]'
98 PASS HTMLMetaElement.toString() is '[object HTMLMetaElementConstructor]'
99 PASS HTMLMeterElement.toString() is '[object HTMLMeterElementConstructor]'
100 PASS HTMLModElement.toString() is '[object HTMLModElementConstructor]'
101 PASS HTMLOListElement.toString() is '[object HTMLOListElementConstructor]'
102 PASS HTMLObjectElement.toString() is '[object HTMLObjectElementConstructor]'
103 PASS HTMLOptGroupElement.toString() is '[object HTMLOptGroupElementConstructor]'
104 PASS HTMLOptionElement.toString() is '[object HTMLOptionElementConstructor]'
105 PASS HTMLOutputElement.toString() is '[object HTMLOutputElementConstructor]'
106 PASS HTMLParagraphElement.toString() is '[object HTMLParagraphElementConstructor ]'
107 PASS HTMLParamElement.toString() is '[object HTMLParamElementConstructor]'
108 PASS HTMLPreElement.toString() is '[object HTMLPreElementConstructor]'
109 PASS HTMLProgressElement.toString() is '[object HTMLProgressElementConstructor]'
110 PASS HTMLPropertiesCollection.toString() is '[object HTMLPropertiesCollectionCon structor]'
111 PASS HTMLQuoteElement.toString() is '[object HTMLQuoteElementConstructor]'
112 PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
113 PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
114 PASS HTMLShadowElement.toString() is '[object HTMLShadowElementConstructor]'
115 PASS HTMLSourceElement.toString() is '[object HTMLSourceElementConstructor]'
116 PASS HTMLSpanElement.toString() is '[object HTMLSpanElementConstructor]'
117 PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
118 PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConst ructor]'
119 PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor ]'
120 PASS HTMLTableColElement.toString() is '[object HTMLTableColElementConstructor]'
121 PASS HTMLTableElement.toString() is '[object HTMLTableElementConstructor]'
122 PASS HTMLTableRowElement.toString() is '[object HTMLTableRowElementConstructor]'
123 PASS HTMLTableSectionElement.toString() is '[object HTMLTableSectionElementConst ructor]'
124 PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
125 PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
126 PASS HTMLTrackElement.toString() is '[object HTMLTrackElementConstructor]'
127 PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
128 PASS HTMLUnknownElement.toString() is '[object HTMLUnknownElementConstructor]'
129 PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
130 PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
131 PASS Image.toString() is '[object ImageConstructor]'
132 PASS ImageData.toString() is '[object ImageDataConstructor]'
133 PASS KeyboardEvent.toString() is '[object KeyboardEventConstructor]'
134 PASS MediaController.toString() is '[object MediaControllerConstructor]'
135 PASS MediaError.toString() is '[object MediaErrorConstructor]'
136 PASS MediaList.toString() is '[object MediaListConstructor]'
137 PASS MessageChannel.toString() is '[object MessageChannelConstructor]'
138 PASS MessageEvent.toString() is '[object MessageEventConstructor]'
139 PASS MessagePort.toString() is '[object MessagePortConstructor]'
140 PASS MimeType.toString() is '[object MimeTypeConstructor]'
141 PASS MimeTypeArray.toString() is '[object MimeTypeArrayConstructor]'
142 PASS MouseEvent.toString() is '[object MouseEventConstructor]'
143 PASS MutationEvent.toString() is '[object MutationEventConstructor]'
144 PASS NamedNodeMap.toString() is '[object NamedNodeMapConstructor]'
145 PASS Node.toString() is '[object NodeConstructor]'
146 PASS NodeFilter.toString() is '[object NodeFilterConstructor]'
147 PASS NodeList.toString() is '[object NodeListConstructor]'
148 PASS Notation.toString() is '[object NotationConstructor]'
149 PASS Option.toString() is '[object OptionConstructor]'
150 PASS OverflowEvent.toString() is '[object OverflowEventConstructor]'
151 PASS PageTransitionEvent.toString() is '[object PageTransitionEventConstructor]'
152 PASS Plugin.toString() is '[object PluginConstructor]'
153 PASS PluginArray.toString() is '[object PluginArrayConstructor]'
154 PASS PopStateEvent.toString() is '[object PopStateEventConstructor]'
155 PASS ProcessingInstruction.toString() is '[object ProcessingInstructionConstruct or]'
156 PASS ProgressEvent.toString() is '[object ProgressEventConstructor]'
157 PASS PropertyNodeList.toString() is '[object PropertyNodeListConstructor]'
158 PASS RGBColor.toString() is '[object RGBColorConstructor]'
159 PASS Range.toString() is '[object RangeConstructor]'
160 PASS RangeException.toString() is '[object RangeExceptionConstructor]'
161 PASS Rect.toString() is '[object RectConstructor]'
162 PASS SQLException.toString() is '[object SQLExceptionConstructor]'
163 PASS SVGAElement.toString() is '[object SVGAElementConstructor]'
164 PASS SVGAltGlyphDefElement.toString() is '[object SVGAltGlyphDefElementConstruct or]'
165 PASS SVGAltGlyphElement.toString() is '[object SVGAltGlyphElementConstructor]'
166 PASS SVGAltGlyphItemElement.toString() is '[object SVGAltGlyphItemElementConstru ctor]'
167 PASS SVGAngle.toString() is '[object SVGAngleConstructor]'
168 PASS SVGAnimateColorElement.toString() is '[object SVGAnimateColorElementConstru ctor]'
169 PASS SVGAnimateElement.toString() is '[object SVGAnimateElementConstructor]'
170 PASS SVGAnimateMotionElement.toString() is '[object SVGAnimateMotionElementConst ructor]'
171 PASS SVGAnimateTransformElement.toString() is '[object SVGAnimateTransformElemen tConstructor]'
172 PASS SVGAnimatedAngle.toString() is '[object SVGAnimatedAngleConstructor]'
173 PASS SVGAnimatedBoolean.toString() is '[object SVGAnimatedBooleanConstructor]'
174 PASS SVGAnimatedEnumeration.toString() is '[object SVGAnimatedEnumerationConstru ctor]'
175 PASS SVGAnimatedInteger.toString() is '[object SVGAnimatedIntegerConstructor]'
176 PASS SVGAnimatedLength.toString() is '[object SVGAnimatedLengthConstructor]'
177 PASS SVGAnimatedLengthList.toString() is '[object SVGAnimatedLengthListConstruct or]'
178 PASS SVGAnimatedNumber.toString() is '[object SVGAnimatedNumberConstructor]'
179 PASS SVGAnimatedNumberList.toString() is '[object SVGAnimatedNumberListConstruct or]'
180 PASS SVGAnimatedPreserveAspectRatio.toString() is '[object SVGAnimatedPreserveAs pectRatioConstructor]'
181 PASS SVGAnimatedRect.toString() is '[object SVGAnimatedRectConstructor]'
182 PASS SVGAnimatedString.toString() is '[object SVGAnimatedStringConstructor]'
183 PASS SVGAnimatedTransformList.toString() is '[object SVGAnimatedTransformListCon structor]'
184 PASS SVGCircleElement.toString() is '[object SVGCircleElementConstructor]'
185 PASS SVGClipPathElement.toString() is '[object SVGClipPathElementConstructor]'
186 PASS SVGColor.toString() is '[object SVGColorConstructor]'
187 PASS SVGComponentTransferFunctionElement.toString() is '[object SVGComponentTran sferFunctionElementConstructor]'
188 PASS SVGCursorElement.toString() is '[object SVGCursorElementConstructor]'
189 PASS SVGDefsElement.toString() is '[object SVGDefsElementConstructor]'
190 PASS SVGDescElement.toString() is '[object SVGDescElementConstructor]'
191 PASS SVGDocument.toString() is '[object SVGDocumentConstructor]'
192 PASS SVGElement.toString() is '[object SVGElementConstructor]'
193 PASS SVGElementInstance.toString() is '[object SVGElementInstanceConstructor]'
194 PASS SVGElementInstanceList.toString() is '[object SVGElementInstanceListConstru ctor]'
195 PASS SVGEllipseElement.toString() is '[object SVGEllipseElementConstructor]'
196 PASS SVGException.toString() is '[object SVGExceptionConstructor]'
197 PASS SVGFEBlendElement.toString() is '[object SVGFEBlendElementConstructor]'
198 PASS SVGFEColorMatrixElement.toString() is '[object SVGFEColorMatrixElementConst ructor]'
199 PASS SVGFEComponentTransferElement.toString() is '[object SVGFEComponentTransfer ElementConstructor]'
200 PASS SVGFECompositeElement.toString() is '[object SVGFECompositeElementConstruct or]'
201 PASS SVGFEConvolveMatrixElement.toString() is '[object SVGFEConvolveMatrixElemen tConstructor]'
202 PASS SVGFEDiffuseLightingElement.toString() is '[object SVGFEDiffuseLightingElem entConstructor]'
203 PASS SVGFEDisplacementMapElement.toString() is '[object SVGFEDisplacementMapElem entConstructor]'
204 PASS SVGFEDistantLightElement.toString() is '[object SVGFEDistantLightElementCon structor]'
205 PASS SVGFEDropShadowElement.toString() is '[object SVGFEDropShadowElementConstru ctor]'
206 PASS SVGFEFloodElement.toString() is '[object SVGFEFloodElementConstructor]'
207 PASS SVGFEFuncAElement.toString() is '[object SVGFEFuncAElementConstructor]'
208 PASS SVGFEFuncBElement.toString() is '[object SVGFEFuncBElementConstructor]'
209 PASS SVGFEFuncGElement.toString() is '[object SVGFEFuncGElementConstructor]'
210 PASS SVGFEFuncRElement.toString() is '[object SVGFEFuncRElementConstructor]'
211 PASS SVGFEGaussianBlurElement.toString() is '[object SVGFEGaussianBlurElementCon structor]'
212 PASS SVGFEImageElement.toString() is '[object SVGFEImageElementConstructor]'
213 PASS SVGFEMergeElement.toString() is '[object SVGFEMergeElementConstructor]'
214 PASS SVGFEMergeNodeElement.toString() is '[object SVGFEMergeNodeElementConstruct or]'
215 PASS SVGFEMorphologyElement.toString() is '[object SVGFEMorphologyElementConstru ctor]'
216 PASS SVGFEOffsetElement.toString() is '[object SVGFEOffsetElementConstructor]'
217 PASS SVGFEPointLightElement.toString() is '[object SVGFEPointLightElementConstru ctor]'
218 PASS SVGFESpecularLightingElement.toString() is '[object SVGFESpecularLightingEl ementConstructor]'
219 PASS SVGFESpotLightElement.toString() is '[object SVGFESpotLightElementConstruct or]'
220 PASS SVGFETileElement.toString() is '[object SVGFETileElementConstructor]'
221 PASS SVGFETurbulenceElement.toString() is '[object SVGFETurbulenceElementConstru ctor]'
222 PASS SVGFilterElement.toString() is '[object SVGFilterElementConstructor]'
223 PASS SVGFontElement.toString() is '[object SVGFontElementConstructor]'
224 PASS SVGFontFaceElement.toString() is '[object SVGFontFaceElementConstructor]'
225 PASS SVGFontFaceFormatElement.toString() is '[object SVGFontFaceFormatElementCon structor]'
226 PASS SVGFontFaceNameElement.toString() is '[object SVGFontFaceNameElementConstru ctor]'
227 PASS SVGFontFaceSrcElement.toString() is '[object SVGFontFaceSrcElementConstruct or]'
228 PASS SVGFontFaceUriElement.toString() is '[object SVGFontFaceUriElementConstruct or]'
229 PASS SVGForeignObjectElement.toString() is '[object SVGForeignObjectElementConst ructor]'
230 PASS SVGGElement.toString() is '[object SVGGElementConstructor]'
231 PASS SVGGlyphElement.toString() is '[object SVGGlyphElementConstructor]'
232 PASS SVGGlyphRefElement.toString() is '[object SVGGlyphRefElementConstructor]'
233 PASS SVGGradientElement.toString() is '[object SVGGradientElementConstructor]'
234 PASS SVGHKernElement.toString() is '[object SVGHKernElementConstructor]'
235 PASS SVGImageElement.toString() is '[object SVGImageElementConstructor]'
236 PASS SVGLength.toString() is '[object SVGLengthConstructor]'
237 PASS SVGLengthList.toString() is '[object SVGLengthListConstructor]'
238 PASS SVGLineElement.toString() is '[object SVGLineElementConstructor]'
239 PASS SVGLinearGradientElement.toString() is '[object SVGLinearGradientElementCon structor]'
240 PASS SVGMPathElement.toString() is '[object SVGMPathElementConstructor]'
241 PASS SVGMarkerElement.toString() is '[object SVGMarkerElementConstructor]'
242 PASS SVGMaskElement.toString() is '[object SVGMaskElementConstructor]'
243 PASS SVGMatrix.toString() is '[object SVGMatrixConstructor]'
244 PASS SVGMetadataElement.toString() is '[object SVGMetadataElementConstructor]'
245 PASS SVGMissingGlyphElement.toString() is '[object SVGMissingGlyphElementConstru ctor]'
246 PASS SVGNumber.toString() is '[object SVGNumberConstructor]'
247 PASS SVGNumberList.toString() is '[object SVGNumberListConstructor]'
248 PASS SVGPaint.toString() is '[object SVGPaintConstructor]'
249 PASS SVGPathElement.toString() is '[object SVGPathElementConstructor]'
250 PASS SVGPathSeg.toString() is '[object SVGPathSegConstructor]'
251 PASS SVGPathSegArcAbs.toString() is '[object SVGPathSegArcAbsConstructor]'
252 PASS SVGPathSegArcRel.toString() is '[object SVGPathSegArcRelConstructor]'
253 PASS SVGPathSegClosePath.toString() is '[object SVGPathSegClosePathConstructor]'
254 PASS SVGPathSegCurvetoCubicAbs.toString() is '[object SVGPathSegCurvetoCubicAbsC onstructor]'
255 PASS SVGPathSegCurvetoCubicRel.toString() is '[object SVGPathSegCurvetoCubicRelC onstructor]'
256 PASS SVGPathSegCurvetoCubicSmoothAbs.toString() is '[object SVGPathSegCurvetoCub icSmoothAbsConstructor]'
257 PASS SVGPathSegCurvetoCubicSmoothRel.toString() is '[object SVGPathSegCurvetoCub icSmoothRelConstructor]'
258 PASS SVGPathSegCurvetoQuadraticAbs.toString() is '[object SVGPathSegCurvetoQuadr aticAbsConstructor]'
259 PASS SVGPathSegCurvetoQuadraticRel.toString() is '[object SVGPathSegCurvetoQuadr aticRelConstructor]'
260 PASS SVGPathSegCurvetoQuadraticSmoothAbs.toString() is '[object SVGPathSegCurvet oQuadraticSmoothAbsConstructor]'
261 PASS SVGPathSegCurvetoQuadraticSmoothRel.toString() is '[object SVGPathSegCurvet oQuadraticSmoothRelConstructor]'
262 PASS SVGPathSegLinetoAbs.toString() is '[object SVGPathSegLinetoAbsConstructor]'
263 PASS SVGPathSegLinetoHorizontalAbs.toString() is '[object SVGPathSegLinetoHorizo ntalAbsConstructor]'
264 PASS SVGPathSegLinetoHorizontalRel.toString() is '[object SVGPathSegLinetoHorizo ntalRelConstructor]'
265 PASS SVGPathSegLinetoRel.toString() is '[object SVGPathSegLinetoRelConstructor]'
266 PASS SVGPathSegLinetoVerticalAbs.toString() is '[object SVGPathSegLinetoVertical AbsConstructor]'
267 PASS SVGPathSegLinetoVerticalRel.toString() is '[object SVGPathSegLinetoVertical RelConstructor]'
268 PASS SVGPathSegList.toString() is '[object SVGPathSegListConstructor]'
269 PASS SVGPathSegMovetoAbs.toString() is '[object SVGPathSegMovetoAbsConstructor]'
270 PASS SVGPathSegMovetoRel.toString() is '[object SVGPathSegMovetoRelConstructor]'
271 PASS SVGPatternElement.toString() is '[object SVGPatternElementConstructor]'
272 PASS SVGPoint.toString() is '[object SVGPointConstructor]'
273 PASS SVGPointList.toString() is '[object SVGPointListConstructor]'
274 PASS SVGPolygonElement.toString() is '[object SVGPolygonElementConstructor]'
275 PASS SVGPolylineElement.toString() is '[object SVGPolylineElementConstructor]'
276 PASS SVGPreserveAspectRatio.toString() is '[object SVGPreserveAspectRatioConstru ctor]'
277 PASS SVGRadialGradientElement.toString() is '[object SVGRadialGradientElementCon structor]'
278 PASS SVGRect.toString() is '[object SVGRectConstructor]'
279 PASS SVGRectElement.toString() is '[object SVGRectElementConstructor]'
280 PASS SVGRenderingIntent.toString() is '[object SVGRenderingIntentConstructor]'
281 PASS SVGSVGElement.toString() is '[object SVGSVGElementConstructor]'
282 PASS SVGScriptElement.toString() is '[object SVGScriptElementConstructor]'
283 PASS SVGSetElement.toString() is '[object SVGSetElementConstructor]'
284 PASS SVGStopElement.toString() is '[object SVGStopElementConstructor]'
285 PASS SVGStringList.toString() is '[object SVGStringListConstructor]'
286 PASS SVGStyleElement.toString() is '[object SVGStyleElementConstructor]'
287 PASS SVGSwitchElement.toString() is '[object SVGSwitchElementConstructor]'
288 PASS SVGSymbolElement.toString() is '[object SVGSymbolElementConstructor]'
289 PASS SVGTRefElement.toString() is '[object SVGTRefElementConstructor]'
290 PASS SVGTSpanElement.toString() is '[object SVGTSpanElementConstructor]'
291 PASS SVGTextContentElement.toString() is '[object SVGTextContentElementConstruct or]'
292 PASS SVGTextElement.toString() is '[object SVGTextElementConstructor]'
293 PASS SVGTextPathElement.toString() is '[object SVGTextPathElementConstructor]'
294 PASS SVGTextPositioningElement.toString() is '[object SVGTextPositioningElementC onstructor]'
295 PASS SVGTitleElement.toString() is '[object SVGTitleElementConstructor]'
296 PASS SVGTransform.toString() is '[object SVGTransformConstructor]'
297 PASS SVGTransformList.toString() is '[object SVGTransformListConstructor]'
298 PASS SVGUnitTypes.toString() is '[object SVGUnitTypesConstructor]'
299 PASS SVGUseElement.toString() is '[object SVGUseElementConstructor]'
300 PASS SVGVKernElement.toString() is '[object SVGVKernElementConstructor]'
301 PASS SVGViewElement.toString() is '[object SVGViewElementConstructor]'
302 PASS SVGViewSpec.toString() is '[object SVGViewSpecConstructor]'
303 PASS SVGZoomAndPan.toString() is '[object SVGZoomAndPanConstructor]'
304 PASS SVGZoomEvent.toString() is '[object SVGZoomEventConstructor]'
305 PASS Selection.toString() is '[object SelectionConstructor]'
306 PASS SharedWorker.toString() is '[object SharedWorkerConstructor]'
307 PASS Storage.toString() is '[object StorageConstructor]'
308 PASS StorageEvent.toString() is '[object StorageEventConstructor]'
309 PASS StyleSheet.toString() is '[object StyleSheetConstructor]'
310 PASS StyleSheetList.toString() is '[object StyleSheetListConstructor]'
311 PASS Text.toString() is '[object TextConstructor]'
312 PASS TextEvent.toString() is '[object TextEventConstructor]'
313 PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
314 PASS TextTrack.toString() is '[object TextTrackConstructor]'
315 PASS TextTrackCue.toString() is '[object TextTrackCueConstructor]'
316 PASS TextTrackCueList.toString() is '[object TextTrackCueListConstructor]'
317 PASS TextTrackList.toString() is '[object TextTrackListConstructor]'
318 PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
319 PASS TouchEvent.toString() is '[object TouchEventConstructor]'
320 PASS TrackEvent.toString() is '[object TrackEventConstructor]'
321 PASS UIEvent.toString() is '[object UIEventConstructor]'
322 PASS URL.toString() is '[object URLConstructor]'
323 PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor ]'
324 PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstruct or]'
325 PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstru ctor]'
326 PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]'
327 PASS WebKitCSSRegionRule.toString() is '[object WebKitCSSRegionRuleConstructor]'
328 PASS WebKitCSSTransformValue.toString() is '[object WebKitCSSTransformValueConst ructor]'
329 FAIL WebKitIntent.toString() should be [object WebKitIntentConstructor]. Was [ob ject IntentConstructor].
330 FAIL WebKitMutationObserver.toString() should be [object WebKitMutationObserverC onstructor]. Was [object MutationObserverConstructor].
331 PASS WebKitPoint.toString() is '[object WebKitPointConstructor]'
332 FAIL WebKitShadowRoot.toString() should be [object WebKitShadowRootConstructor]. Was [object ShadowRootConstructor].
333 PASS WebKitTransitionEvent.toString() is '[object WebKitTransitionEventConstruct or]'
334 PASS WebSocket.toString() is '[object WebSocketConstructor]'
335 PASS WheelEvent.toString() is '[object WheelEventConstructor]'
336 PASS Window.toString() is '[object WindowConstructor]'
337 PASS Worker.toString() is '[object WorkerConstructor]'
338 PASS XMLDocument.toString() is '[object DocumentConstructor]'
339 PASS XMLHttpRequest.toString() is '[object XMLHttpRequestConstructor]'
340 PASS XMLHttpRequestException.toString() is '[object XMLHttpRequestExceptionConst ructor]'
341 PASS XMLHttpRequestProgressEvent.toString() is '[object XMLHttpRequestProgressEv entConstructor]'
342 PASS XMLHttpRequestUpload.toString() is '[object XMLHttpRequestUploadConstructor ]'
343 PASS XMLSerializer.toString() is '[object XMLSerializerConstructor]'
344 PASS XPathEvaluator.toString() is '[object XPathEvaluatorConstructor]'
345 PASS XPathException.toString() is '[object XPathExceptionConstructor]'
346 PASS XPathResult.toString() is '[object XPathResultConstructor]'
347 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
348 FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object U RLConstructor].
349 PASS successfullyParsed is true
350
351 TEST COMPLETE
352
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698