Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / mediastream / MediaStreamConstructor-expected.txt
1 Tests webkitMediaStream.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS Got local stream.
7 PASS localStream.getAudioTracks().length is 1
8 PASS localStream.getVideoTracks().length is 1
9 PASS typeof webkitMediaStream === 'function' is true
10 PASS checkIdAttribute(localStream.id) is true
11 PASS new webkitMediaStream(document) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
12 PASS new webkitMediaStream([document]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
13 PASS new webkitMediaStream([stream.getAudioTracks()[0], document]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
14 PASS new webkitMediaStream([null]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
15 PASS new webkitMediaStream([undefined]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
16 PASS new webkitMediaStream(null) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
17 PASS new webkitMediaStream(undefined) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
18 PASS Stream constructed
19 PASS [object MediaStream] is non-null.
20 PASS [object MediaStream] is defined.
21 PASS newStream.constructor.name is 'MediaStream'
22 PASS newStream.getAudioTracks().length is nAudio
23 PASS newStream.getVideoTracks().length is nVideo
24 PASS checkIdAttribute(newStream.id) is true
25 PASS Stream constructed
26 PASS [object MediaStream] is non-null.
27 PASS [object MediaStream] is defined.
28 PASS newStream.constructor.name is 'MediaStream'
29 PASS newStream.getAudioTracks().length is nAudio
30 PASS newStream.getVideoTracks().length is nVideo
31 PASS checkIdAttribute(newStream.id) is true
32 PASS Stream constructed
33 PASS [object MediaStream] is non-null.
34 PASS [object MediaStream] is defined.
35 PASS newStream.constructor.name is 'MediaStream'
36 PASS newStream.getAudioTracks().length is nAudio
37 PASS newStream.getVideoTracks().length is nVideo
38 PASS checkIdAttribute(newStream.id) is true
39 PASS Stream constructed
40 PASS [object MediaStream] is non-null.
41 PASS [object MediaStream] is defined.
42 PASS newStream.constructor.name is 'MediaStream'
43 PASS newStream.getAudioTracks().length is nAudio
44 PASS newStream.getVideoTracks().length is nVideo
45 PASS checkIdAttribute(newStream.id) is true
46 PASS Stream constructed
47 PASS [object MediaStream] is non-null.
48 PASS [object MediaStream] is defined.
49 PASS newStream.constructor.name is 'MediaStream'
50 PASS newStream.getAudioTracks().length is nAudio
51 PASS newStream.getVideoTracks().length is nVideo
52 PASS checkIdAttribute(newStream.id) is true
53 PASS Stream constructed
54 PASS [object MediaStream] is non-null.
55 PASS [object MediaStream] is defined.
56 PASS newStream.constructor.name is 'MediaStream'
57 PASS newStream.getAudioTracks().length is nAudio
58 PASS newStream.getVideoTracks().length is nVideo
59 PASS checkIdAttribute(newStream.id) is true
60 PASS Stream constructed
61 PASS [object MediaStream] is non-null.
62 PASS [object MediaStream] is defined.
63 PASS newStream.constructor.name is 'MediaStream'
64 PASS newStream.getAudioTracks().length is nAudio
65 PASS newStream.getVideoTracks().length is nVideo
66 PASS checkIdAttribute(newStream.id) is true
67 PASS Stream constructed
68 PASS [object MediaStream] is non-null.
69 PASS [object MediaStream] is defined.
70 PASS newStream.constructor.name is 'MediaStream'
71 PASS newStream.getAudioTracks().length is nAudio
72 PASS newStream.getVideoTracks().length is nVideo
73 PASS checkIdAttribute(newStream.id) is true
74 PASS Stream constructed
75 PASS [object MediaStream] is non-null.
76 PASS [object MediaStream] is defined.
77 PASS newStream.constructor.name is 'MediaStream'
78 PASS newStream.getAudioTracks().length is nAudio
79 PASS newStream.getVideoTracks().length is nVideo
80 PASS checkIdAttribute(newStream.id) is true
81 PASS Stream constructed
82 PASS [object MediaStream] is non-null.
83 PASS [object MediaStream] is defined.
84 PASS newStream.constructor.name is 'MediaStream'
85 PASS newStream.getAudioTracks().length is nAudio
86 PASS newStream.getVideoTracks().length is nVideo
87 PASS checkIdAttribute(newStream.id) is true
88 PASS Stream constructed
89 PASS [object MediaStream] is non-null.
90 PASS [object MediaStream] is defined.
91 PASS newStream.constructor.name is 'MediaStream'
92 PASS newStream.getAudioTracks().length is nAudio
93 PASS newStream.getVideoTracks().length is nVideo
94 PASS checkIdAttribute(newStream.id) is true
95 PASS successfullyParsed is true
96
97 TEST COMPLETE
98