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

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

Issue 14244017: Make length property return useful values for DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace [Optional] by optional 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
« no previous file with comments | « LayoutTests/fast/js/constructor-length.html ('k') | LayoutTests/fast/js/function-length.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 FAIL ArrayBuffer.length should be 1. Was 0. 6 PASS ArrayBuffer.length is 1
7 FAIL AudioContext.length should be 0. Threw exception ReferenceError: AudioConte xt is not defined 7 FAIL AudioContext.length should be 0. Threw exception ReferenceError: AudioConte xt is not defined
8 FAIL AutocompleteErrorEvent.length should be 2. Was 0. 8 PASS AutocompleteErrorEvent.length is 1
9 FAIL BeforeLoadEvent.length should be 2. Was 0. 9 PASS BeforeLoadEvent.length is 1
10 FAIL Blob.length should be 2. Was 0. 10 PASS Blob.length is 0
11 FAIL CloseEvent.length should be 2. Was 0. 11 PASS CloseEvent.length is 1
12 FAIL CustomEvent.length should be 2. Was 0. 12 PASS CustomEvent.length is 1
13 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined 13 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined
14 PASS DOMParser.length is 0 14 PASS DOMParser.length is 0
15 FAIL DataView.length should be 3. Was 0. 15 PASS DataView.length is 1
16 FAIL ErrorEvent.length should be 2. Was 0. 16 PASS ErrorEvent.length is 1
17 FAIL Event.length should be 2. Was 0. 17 PASS Event.length is 1
18 FAIL EventSource.length should be 2. Was 0. 18 PASS EventSource.length is 1
19 FAIL Float32Array.length should be 1. Was 0. 19 PASS Float32Array.length is 1
20 FAIL Float64Array.length should be 1. Was 0. 20 PASS Float64Array.length is 1
21 PASS FileReader.length is 0 21 PASS FileReader.length is 0
22 FAIL FileReaderSync.length should be 0. Threw exception ReferenceError: FileRead erSync is not defined 22 FAIL FileReaderSync.length should be 0. Threw exception ReferenceError: FileRead erSync is not defined
23 FAIL HashChangeEvent.length should be 2. Was 0. 23 PASS HashChangeEvent.length is 1
24 FAIL Int16Array.length should be 1. Was 0. 24 PASS Int16Array.length is 1
25 FAIL Int32Array.length should be 1. Was 0. 25 PASS Int32Array.length is 1
26 FAIL Int8Array.length should be 1. Was 0. 26 PASS Int8Array.length is 1
27 FAIL Intent.length should be 3. Threw exception ReferenceError: Intent is not de fined 27 FAIL Intent.length should be 3. Threw exception ReferenceError: Intent is not de fined
28 PASS MediaController.length is 0 28 PASS MediaController.length is 0
29 FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream is not defined 29 FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream is not defined
30 PASS MessageChannel.length is 0 30 PASS MessageChannel.length is 0
31 FAIL MessageEvent.length should be 2. Was 0. 31 PASS MessageEvent.length is 1
32 FAIL OverflowEvent.length should be 2. Was 0. 32 PASS OverflowEvent.length is 1
33 FAIL PageTransitionEvent.length should be 2. Was 0. 33 PASS PageTransitionEvent.length is 1
34 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConn ection is not defined 34 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConn ection is not defined
35 FAIL PopStateEvent.length should be 2. Was 0. 35 PASS PopStateEvent.length is 1
36 FAIL ProgressEvent.length should be 2. Was 0. 36 PASS ProgressEvent.length is 1
37 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: ShadowRoot i s not defined 37 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: ShadowRoot i s not defined
38 FAIL SharedWorker.length should be 2. Threw exception ReferenceError: SharedWork er is not defined 38 FAIL SharedWorker.length should be 2. Threw exception ReferenceError: SharedWork er is not defined
39 FAIL StorageEvent.length should be 2. Was 0. 39 PASS StorageEvent.length is 1
40 FAIL TextTrackCue.length should be 3. Was 0. 40 PASS TextTrackCue.length is 3
41 FAIL TrackEvent.length should be 2. Was 0. 41 PASS TrackEvent.length is 1
42 FAIL Uint16Array.length should be 1. Was 0. 42 PASS Uint16Array.length is 1
43 FAIL Uint32Array.length should be 1. Was 0. 43 PASS Uint32Array.length is 1
44 FAIL Uint8Array.length should be 1. Was 0. 44 PASS Uint8Array.length is 1
45 FAIL Uint8ClampedArray.length should be 1. Was 0. 45 PASS Uint8ClampedArray.length is 1
46 FAIL WebGLContextEvent.length should be 2. Was 0. 46 PASS WebGLContextEvent.length is 1
47 FAIL WebKitAnimationEvent.length should be 2. Was 0. 47 PASS WebKitAnimationEvent.length is 1
48 FAIL WebKitCSSMatrix.length should be 1. Was 0. 48 PASS WebKitCSSMatrix.length is 0
49 FAIL WebKitMutationObserver.length should be 1. Was 0. 49 PASS WebKitMutationObserver.length is 1
50 FAIL WebKitPoint.length should be 2. Was 0. 50 PASS WebKitPoint.length is 0
51 FAIL WebKitTransitionEvent.length should be 2. Was 0. 51 PASS WebKitTransitionEvent.length is 1
52 FAIL WebSocket.length should be 1. Was 0. 52 PASS WebSocket.length is 1
53 FAIL Worker.length should be 1. Was 0. 53 PASS Worker.length is 1
54 PASS URL.length is 0 54 PASS URL.length is 0
55 PASS XMLHttpRequest.length is 0 55 PASS XMLHttpRequest.length is 0
56 PASS XMLSerializer.length is 0 56 PASS XMLSerializer.length is 0
57 PASS XPathEvaluator.length is 0 57 PASS XPathEvaluator.length is 0
58 PASS XSLTProcessor.length is 0 58 PASS XSLTProcessor.length is 0
59 PASS successfullyParsed is true 59 PASS successfullyParsed is true
60 60
61 TEST COMPLETE 61 TEST COMPLETE
62 62
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/constructor-length.html ('k') | LayoutTests/fast/js/function-length.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698