Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / js / constructor-length-expected.txt
1 This tests the length property of constructors.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS ArrayBuffer.length is 1
7 PASS AudioContext.length is 0
8 PASS AutocompleteErrorEvent.length is 1
9 PASS Blob.length is 0
10 PASS CloseEvent.length is 1
11 PASS CustomEvent.length is 1
12 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined
13 PASS DOMParser.length is 0
14 PASS DataView.length is 3
15 PASS ErrorEvent.length is 1
16 PASS Event.length is 1
17 PASS EventSource.length is 1
18 PASS Float32Array.length is 3
19 PASS Float64Array.length is 3
20 PASS FileReader.length is 0
21 FAIL FileReaderSync.length should be 0. Threw exception ReferenceError: FileReaderSync is not defined
22 PASS HashChangeEvent.length is 1
23 PASS Int16Array.length is 3
24 PASS Int32Array.length is 3
25 PASS Int8Array.length is 3
26 FAIL Intent.length should be 3. Threw exception ReferenceError: Intent is not defined
27 PASS MediaController.length is 0
28 FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream is not defined
29 PASS MessageChannel.length is 0
30 PASS MessageEvent.length is 1
31 PASS OverflowEvent.length is 1
32 PASS PageTransitionEvent.length is 1
33 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConnection is not defined
34 PASS PopStateEvent.length is 1
35 PASS ProgressEvent.length is 1
36 PASS ShadowRoot.length is 0
37 PASS SharedWorker.length is 1
38 PASS StorageEvent.length is 1
39 PASS TrackEvent.length is 1
40 PASS Uint16Array.length is 3
41 PASS Uint32Array.length is 3
42 PASS Uint8Array.length is 3
43 PASS Uint8ClampedArray.length is 3
44 PASS VTTCue.length is 3
45 PASS WebGLContextEvent.length is 1
46 PASS WebKitAnimationEvent.length is 1
47 PASS WebKitCSSMatrix.length is 0
48 PASS WebKitMutationObserver.length is 1
49 PASS WebKitTransitionEvent.length is 1
50 PASS WebSocket.length is 1
51 PASS Worker.length is 1
52 PASS URL.length is 1
53 PASS XMLHttpRequest.length is 0
54 PASS XMLSerializer.length is 0
55 PASS XPathEvaluator.length is 0
56 PASS XSLTProcessor.length is 0
57 PASS successfullyParsed is true
58
59 TEST COMPLETE
60