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

Side by Side Diff: LayoutTests/imported/web-platform-tests/FileAPI/idlharness-expected.txt

Issue 1236713002: Import FileAPI tests from web-platform-tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ugh, stupid baselines Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 198: callback not yet supported
2 This is a testharness.js-based test.
3 PASS URL interface: operation createObjectURL(Blob)
4 FAIL URL interface: operation createFor(Blob) assert_own_property: interface obj ect missing static operation expected property "createFor" missing
5 PASS URL interface: operation revokeObjectURL(DOMString)
6 PASS Blob interface: existence and properties of interface object
7 PASS Blob interface object length
8 FAIL Blob interface: existence and properties of interface prototype object asse rt_equals: class string of Blob.prototype expected "[object BlobPrototype]" but got "[object Object]"
9 PASS Blob interface: existence and properties of interface prototype object's "c onstructor" property
10 PASS Blob interface: attribute size
11 PASS Blob interface: attribute type
12 FAIL Blob interface: attribute isClosed assert_true: The prototype object must h ave a property "isClosed" expected true got false
13 PASS Blob interface: operation slice(long long,long long,DOMString)
14 PASS Blob interface: operation close()
15 PASS Blob must be primary interface of new Blob(["TEST"])
16 PASS Stringification of new Blob(["TEST"])
17 PASS Blob interface: new Blob(["TEST"]) must inherit property "size" with the pr oper type (0)
18 PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the pr oper type (1)
19 FAIL Blob interface: new Blob(["TEST"]) must inherit property "isClosed" with th e proper type (2) assert_inherits: property "isClosed" not found in prototype ch ain
20 PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the p roper type (3)
21 PASS Blob interface: calling slice(long long,long long,DOMString) on new Blob([" TEST"]) with too few arguments must throw TypeError
22 PASS Blob interface: new Blob(["TEST"]) must inherit property "close" with the p roper type (4)
23 PASS File interface: existence and properties of interface object
24 PASS File interface object length
25 FAIL File interface: existence and properties of interface prototype object asse rt_equals: class string of File.prototype expected "[object FilePrototype]" but got "[object Object]"
26 PASS File interface: existence and properties of interface prototype object's "c onstructor" property
27 PASS File interface: attribute name
28 PASS File interface: attribute lastModified
29 PASS File must be primary interface of new File(["myFileBits"], "myFileName")
30 PASS Stringification of new File(["myFileBits"], "myFileName")
31 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert y "name" with the proper type (0)
32 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert y "lastModified" with the proper type (1)
33 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "size" with the proper type (0)
34 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "type" with the proper type (1)
35 FAIL Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "isClosed" with the proper type (2) assert_inherits: property "isClosed" not f ound in prototype chain
36 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "slice" with the proper type (3)
37 PASS Blob interface: calling slice(long long,long long,DOMString) on new File([" myFileBits"], "myFileName") with too few arguments must throw TypeError
38 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "close" with the proper type (4)
39 PASS FileList interface: existence and properties of interface object
40 PASS FileList interface object length
41 FAIL FileList interface: existence and properties of interface prototype object assert_equals: class string of FileList.prototype expected "[object FileListProt otype]" but got "[object Object]"
42 PASS FileList interface: existence and properties of interface prototype object' s "constructor" property
43 PASS FileList interface: operation item(unsigned long)
44 PASS FileList interface: attribute length
45 PASS FileList must be primary interface of file_input.files
46 PASS Stringification of file_input.files
47 PASS FileList interface: file_input.files must inherit property "item" with the proper type (0)
48 PASS FileList interface: calling item(unsigned long) on file_input.files with to o few arguments must throw TypeError
49 PASS FileList interface: file_input.files must inherit property "length" with th e proper type (1)
50 PASS FileReader interface: existence and properties of interface object
51 PASS FileReader interface object length
52 FAIL FileReader interface: existence and properties of interface prototype objec t assert_equals: class string of FileReader.prototype expected "[object FileRead erPrototype]" but got "[object Object]"
53 PASS FileReader interface: existence and properties of interface prototype objec t's "constructor" property
54 PASS FileReader interface: operation readAsArrayBuffer(Blob)
55 PASS FileReader interface: operation readAsText(Blob,DOMString)
56 PASS FileReader interface: operation readAsDataURL(Blob)
57 PASS FileReader interface: operation abort()
58 PASS FileReader interface: constant EMPTY on interface object
59 PASS FileReader interface: constant EMPTY on interface prototype object
60 PASS FileReader interface: constant LOADING on interface object
61 PASS FileReader interface: constant LOADING on interface prototype object
62 PASS FileReader interface: constant DONE on interface object
63 PASS FileReader interface: constant DONE on interface prototype object
64 PASS FileReader interface: attribute readyState
65 PASS FileReader interface: attribute result
66 PASS FileReader interface: attribute error
67 PASS FileReader interface: attribute onloadstart
68 PASS FileReader interface: attribute onprogress
69 PASS FileReader interface: attribute onload
70 PASS FileReader interface: attribute onabort
71 PASS FileReader interface: attribute onerror
72 PASS FileReader interface: attribute onloadend
73 PASS FileReader must be primary interface of new FileReader()
74 PASS Stringification of new FileReader()
75 PASS FileReader interface: new FileReader() must inherit property "readAsArrayBu ffer" with the proper type (0)
76 PASS FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() w ith too few arguments must throw TypeError
77 PASS FileReader interface: new FileReader() must inherit property "readAsText" w ith the proper type (1)
78 PASS FileReader interface: calling readAsText(Blob,DOMString) on new FileReader( ) with too few arguments must throw TypeError
79 PASS FileReader interface: new FileReader() must inherit property "readAsDataURL " with the proper type (2)
80 PASS FileReader interface: calling readAsDataURL(Blob) on new FileReader() with too few arguments must throw TypeError
81 PASS FileReader interface: new FileReader() must inherit property "abort" with t he proper type (3)
82 PASS FileReader interface: new FileReader() must inherit property "EMPTY" with t he proper type (4)
83 PASS FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (5)
84 PASS FileReader interface: new FileReader() must inherit property "DONE" with th e proper type (6)
85 PASS FileReader interface: new FileReader() must inherit property "readyState" w ith the proper type (7)
86 PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (8)
87 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (9)
88 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10)
89 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (11)
90 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (12)
91 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13)
92 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14)
93 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (15)
94 Harness: the test ran to completion.
95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698