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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 7 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 CONSOLE MESSAGE: line 236: callback not yet supported 1 CONSOLE MESSAGE: line 236: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS URL interface: operation createObjectURL(Blob) 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 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) 5 PASS URL interface: operation revokeObjectURL(DOMString)
6 PASS Blob interface: existence and properties of interface object 6 PASS Blob interface: existence and properties of interface object
7 PASS Blob interface object length 7 PASS Blob interface object length
8 PASS Blob interface object name 8 PASS Blob interface object name
9 FAIL Blob interface: existence and properties of interface prototype object asse rt_equals: class string of Blob.prototype expected "[object BlobPrototype]" but got "[object Blob]" 9 FAIL Blob interface: existence and properties of interface prototype object asse rt_equals: class string of Blob.prototype expected "[object BlobPrototype]" but got "[object Blob]"
10 PASS Blob interface: existence and properties of interface prototype object's "c onstructor" property 10 PASS Blob interface: existence and properties of interface prototype object's "c onstructor" property
11 PASS Blob interface: attribute size 11 PASS Blob interface: attribute size
12 PASS Blob interface: attribute type 12 PASS Blob interface: attribute type
13 PASS Blob interface: attribute isClosed 13 FAIL Blob interface: attribute isClosed assert_true: The prototype object must h ave a property "isClosed" expected true got false
14 PASS Blob interface: operation slice(long long,long long,DOMString) 14 PASS Blob interface: operation slice(long long,long long,DOMString)
15 PASS Blob interface: operation close() 15 PASS Blob interface: operation close()
16 PASS Blob must be primary interface of new Blob(["TEST"]) 16 PASS Blob must be primary interface of new Blob(["TEST"])
17 PASS Stringification of new Blob(["TEST"]) 17 PASS Stringification of new Blob(["TEST"])
18 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 "size" with the pr oper type (0)
19 PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the pr oper type (1) 19 PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the pr oper type (1)
20 PASS Blob interface: new Blob(["TEST"]) must inherit property "isClosed" with th e proper type (2) 20 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
21 PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the p roper type (3) 21 PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the p roper type (3)
22 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: calling slice(long long,long long,DOMString) on new Blob([" TEST"]) with too few arguments must throw TypeError
23 PASS Blob interface: new Blob(["TEST"]) must inherit property "close" with the p roper type (4) 23 PASS Blob interface: new Blob(["TEST"]) must inherit property "close" with the p roper type (4)
24 PASS File interface: existence and properties of interface object 24 PASS File interface: existence and properties of interface object
25 PASS File interface object length 25 PASS File interface object length
26 PASS File interface object name 26 PASS File interface object name
27 FAIL File interface: existence and properties of interface prototype object asse rt_equals: class string of File.prototype expected "[object FilePrototype]" but got "[object File]" 27 FAIL File interface: existence and properties of interface prototype object asse rt_equals: class string of File.prototype expected "[object FilePrototype]" but got "[object File]"
28 PASS File interface: existence and properties of interface prototype object's "c onstructor" property 28 PASS File interface: existence and properties of interface prototype object's "c onstructor" property
29 PASS File interface: attribute name 29 PASS File interface: attribute name
30 PASS File interface: attribute lastModified 30 PASS File interface: attribute lastModified
31 PASS File must be primary interface of new File(["myFileBits"], "myFileName") 31 PASS File must be primary interface of new File(["myFileBits"], "myFileName")
32 PASS Stringification of new File(["myFileBits"], "myFileName") 32 PASS Stringification of new File(["myFileBits"], "myFileName")
33 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert y "name" with the proper type (0) 33 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert y "name" with the proper type (0)
34 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert y "lastModified" with the proper type (1) 34 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert y "lastModified" with the proper type (1)
35 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "size" with the proper type (0) 35 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "size" with the proper type (0)
36 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "type" with the proper type (1) 36 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "type" with the proper type (1)
37 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "isClosed" with the proper type (2) 37 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
38 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "slice" with the proper type (3) 38 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "slice" with the proper type (3)
39 PASS Blob interface: calling slice(long long,long long,DOMString) on new File([" myFileBits"], "myFileName") with too few arguments must throw TypeError 39 PASS Blob interface: calling slice(long long,long long,DOMString) on new File([" myFileBits"], "myFileName") with too few arguments must throw TypeError
40 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "close" with the proper type (4) 40 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert y "close" with the proper type (4)
41 PASS FileList interface: existence and properties of interface object 41 PASS FileList interface: existence and properties of interface object
42 PASS FileList interface object length 42 PASS FileList interface object length
43 PASS FileList interface object name 43 PASS FileList interface object name
44 FAIL FileList interface: existence and properties of interface prototype object assert_equals: class string of FileList.prototype expected "[object FileListProt otype]" but got "[object FileList]" 44 FAIL FileList interface: existence and properties of interface prototype object assert_equals: class string of FileList.prototype expected "[object FileListProt otype]" but got "[object FileList]"
45 PASS FileList interface: existence and properties of interface prototype object' s "constructor" property 45 PASS FileList interface: existence and properties of interface prototype object' s "constructor" property
46 PASS FileList interface: operation item(unsigned long) 46 PASS FileList interface: operation item(unsigned long)
47 PASS FileList interface: attribute length 47 PASS FileList interface: attribute length
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (8) 90 PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (8)
91 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (9) 91 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (9)
92 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10) 92 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10)
93 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (11) 93 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (11)
94 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (12) 94 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (12)
95 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13) 95 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13)
96 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14) 96 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14)
97 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (15) 97 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (15)
98 Harness: the test ran to completion. 98 Harness: the test ran to completion.
99 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698