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

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

Issue 11970016: Merge 138808 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
OLDNEW
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. 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 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS Attr.toString() is '[object AttrConstructor]' 6 PASS Attr.toString() is '[object AttrConstructor]'
7 PASS Audio.toString() is '[object AudioConstructor]' 7 PASS Audio.toString() is '[object AudioConstructor]'
8 PASS BeforeLoadEvent.toString() is '[object BeforeLoadEventConstructor]' 8 PASS BeforeLoadEvent.toString() is '[object BeforeLoadEventConstructor]'
9 PASS Blob.toString() is '[object BlobConstructor]' 9 PASS Blob.toString() is '[object BlobConstructor]'
10 PASS CDATASection.toString() is '[object CDATASectionConstructor]' 10 PASS CDATASection.toString() is '[object CDATASectionConstructor]'
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 PASS Selection.toString() is '[object SelectionConstructor]' 288 PASS Selection.toString() is '[object SelectionConstructor]'
289 PASS SharedWorker.toString() is '[object SharedWorkerConstructor]' 289 PASS SharedWorker.toString() is '[object SharedWorkerConstructor]'
290 PASS Storage.toString() is '[object StorageConstructor]' 290 PASS Storage.toString() is '[object StorageConstructor]'
291 PASS StorageEvent.toString() is '[object StorageEventConstructor]' 291 PASS StorageEvent.toString() is '[object StorageEventConstructor]'
292 PASS StyleSheet.toString() is '[object StyleSheetConstructor]' 292 PASS StyleSheet.toString() is '[object StyleSheetConstructor]'
293 PASS StyleSheetList.toString() is '[object StyleSheetListConstructor]' 293 PASS StyleSheetList.toString() is '[object StyleSheetListConstructor]'
294 PASS Text.toString() is '[object TextConstructor]' 294 PASS Text.toString() is '[object TextConstructor]'
295 PASS TextEvent.toString() is '[object TextEventConstructor]' 295 PASS TextEvent.toString() is '[object TextEventConstructor]'
296 PASS TextMetrics.toString() is '[object TextMetricsConstructor]' 296 PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
297 PASS TimeRanges.toString() is '[object TimeRangesConstructor]' 297 PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
298 PASS Touch.toString() is '[object TouchConstructor]'
299 PASS TouchEvent.toString() is '[object TouchEventConstructor]' 298 PASS TouchEvent.toString() is '[object TouchEventConstructor]'
300 PASS TouchList.toString() is '[object TouchListConstructor]'
301 PASS UIEvent.toString() is '[object UIEventConstructor]' 299 PASS UIEvent.toString() is '[object UIEventConstructor]'
302 PASS WebGLContextEvent.toString() is '[object WebGLContextEventConstructor]' 300 PASS WebGLContextEvent.toString() is '[object WebGLContextEventConstructor]'
303 PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor ]' 301 PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor ]'
304 PASS WebKitCSSFilterValue.toString() is '[object WebKitCSSFilterValueConstructor ]' 302 PASS WebKitCSSFilterValue.toString() is '[object WebKitCSSFilterValueConstructor ]'
305 PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstruct or]' 303 PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstruct or]'
306 PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstru ctor]' 304 PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstru ctor]'
307 PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]' 305 PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]'
308 PASS WebKitCSSMixFunctionValue.toString() is '[object WebKitCSSMixFunctionValueC onstructor]' 306 PASS WebKitCSSMixFunctionValue.toString() is '[object WebKitCSSMixFunctionValueC onstructor]'
309 PASS WebKitCSSRegionRule.toString() is '[object WebKitCSSRegionRuleConstructor]' 307 PASS WebKitCSSRegionRule.toString() is '[object WebKitCSSRegionRuleConstructor]'
310 PASS WebKitCSSTransformValue.toString() is '[object WebKitCSSTransformValueConst ructor]' 308 PASS WebKitCSSTransformValue.toString() is '[object WebKitCSSTransformValueConst ructor]'
(...skipping 11 matching lines...) Expand all
322 PASS XMLSerializer.toString() is '[object XMLSerializerConstructor]' 320 PASS XMLSerializer.toString() is '[object XMLSerializerConstructor]'
323 PASS XPathEvaluator.toString() is '[object XPathEvaluatorConstructor]' 321 PASS XPathEvaluator.toString() is '[object XPathEvaluatorConstructor]'
324 PASS XPathException.toString() is '[object XPathExceptionConstructor]' 322 PASS XPathException.toString() is '[object XPathExceptionConstructor]'
325 PASS XPathResult.toString() is '[object XPathResultConstructor]' 323 PASS XPathResult.toString() is '[object XPathResultConstructor]'
326 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]' 324 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
327 PASS URL.toString() is '[object URLConstructor]' 325 PASS URL.toString() is '[object URLConstructor]'
328 PASS successfullyParsed is true 326 PASS successfullyParsed is true
329 327
330 TEST COMPLETE 328 TEST COMPLETE
331 329
OLDNEW
« no previous file with comments | « LayoutTests/platform/qt-5.0/fast/js/global-constructors-expected.txt ('k') | Source/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698