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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt

Issue 2365883002: Expose the MediaStream interface (Closed)
Patch Set: drop TODO Created 4 years, 3 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 tests the length property of constructors. 1 This tests the length property of constructors.
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 ArrayBuffer.length is 1 6 PASS ArrayBuffer.length is 1
7 PASS AudioContext.length is 0 7 PASS AudioContext.length is 0
8 PASS Blob.length is 0 8 PASS Blob.length is 0
9 PASS CloseEvent.length is 1 9 PASS CloseEvent.length is 1
10 PASS CustomEvent.length is 1 10 PASS CustomEvent.length is 1
11 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined 11 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined
12 PASS DOMParser.length is 0 12 PASS DOMParser.length is 0
13 PASS DataView.length is 3 13 PASS DataView.length is 3
14 PASS ErrorEvent.length is 1 14 PASS ErrorEvent.length is 1
15 PASS Event.length is 1 15 PASS Event.length is 1
16 PASS EventSource.length is 1 16 PASS EventSource.length is 1
17 PASS Float32Array.length is 3 17 PASS Float32Array.length is 3
18 PASS Float64Array.length is 3 18 PASS Float64Array.length is 3
19 PASS FileReader.length is 0 19 PASS FileReader.length is 0
20 FAIL FileReaderSync.length should be 0. Threw exception ReferenceError: FileRead erSync is not defined 20 FAIL FileReaderSync.length should be 0. Threw exception ReferenceError: FileRead erSync is not defined
21 PASS HashChangeEvent.length is 1 21 PASS HashChangeEvent.length is 1
22 PASS Int16Array.length is 3 22 PASS Int16Array.length is 3
23 PASS Int32Array.length is 3 23 PASS Int32Array.length is 3
24 PASS Int8Array.length is 3 24 PASS Int8Array.length is 3
25 FAIL Intent.length should be 3. Threw exception ReferenceError: Intent is not de fined 25 FAIL Intent.length should be 3. Threw exception ReferenceError: Intent is not de fined
26 FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream is not defined 26 PASS MediaStream.length is 0
27 PASS MessageChannel.length is 0 27 PASS MessageChannel.length is 0
28 PASS MessageEvent.length is 1 28 PASS MessageEvent.length is 1
29 PASS PageTransitionEvent.length is 1 29 PASS PageTransitionEvent.length is 1
30 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConn ection is not defined 30 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConn ection is not defined
31 PASS PopStateEvent.length is 1 31 PASS PopStateEvent.length is 1
32 PASS ProgressEvent.length is 1 32 PASS ProgressEvent.length is 1
33 PASS ShadowRoot.length is 0 33 PASS ShadowRoot.length is 0
34 PASS SharedWorker.length is 1 34 PASS SharedWorker.length is 1
35 PASS StorageEvent.length is 1 35 PASS StorageEvent.length is 1
36 PASS TrackEvent.length is 1 36 PASS TrackEvent.length is 1
(...skipping 11 matching lines...) Expand all
48 PASS Worker.length is 1 48 PASS Worker.length is 1
49 PASS URL.length is 1 49 PASS URL.length is 1
50 PASS XMLHttpRequest.length is 0 50 PASS XMLHttpRequest.length is 0
51 PASS XMLSerializer.length is 0 51 PASS XMLSerializer.length is 0
52 PASS XPathEvaluator.length is 0 52 PASS XPathEvaluator.length is 0
53 PASS XSLTProcessor.length is 0 53 PASS XSLTProcessor.length is 0
54 PASS successfullyParsed is true 54 PASS successfullyParsed is true
55 55
56 TEST COMPLETE 56 TEST COMPLETE
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698