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

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

Issue 2273143002: Update web-platform-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update baseline 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 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
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 PASS Stringification of file_input.files 49 PASS Stringification of file_input.files
50 PASS FileList interface: file_input.files must inherit property "item" with the proper type (0) 50 PASS FileList interface: file_input.files must inherit property "item" with the proper type (0)
51 PASS FileList interface: calling item(unsigned long) on file_input.files with to o few arguments must throw TypeError 51 PASS FileList interface: calling item(unsigned long) on file_input.files with to o few arguments must throw TypeError
52 PASS FileList interface: file_input.files must inherit property "length" with th e proper type (1) 52 PASS FileList interface: file_input.files must inherit property "length" with th e proper type (1)
53 PASS FileReader interface: existence and properties of interface object 53 PASS FileReader interface: existence and properties of interface object
54 PASS FileReader interface object length 54 PASS FileReader interface object length
55 PASS FileReader interface object name 55 PASS FileReader interface object name
56 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 FileReader]" 56 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 FileReader]"
57 PASS FileReader interface: existence and properties of interface prototype objec t's "constructor" property 57 PASS FileReader interface: existence and properties of interface prototype objec t's "constructor" property
58 PASS FileReader interface: operation readAsArrayBuffer(Blob) 58 PASS FileReader interface: operation readAsArrayBuffer(Blob)
59 PASS FileReader interface: operation readAsBinaryString(Blob)
59 PASS FileReader interface: operation readAsText(Blob,DOMString) 60 PASS FileReader interface: operation readAsText(Blob,DOMString)
60 PASS FileReader interface: operation readAsDataURL(Blob) 61 PASS FileReader interface: operation readAsDataURL(Blob)
61 PASS FileReader interface: operation abort() 62 PASS FileReader interface: operation abort()
62 PASS FileReader interface: constant EMPTY on interface object 63 PASS FileReader interface: constant EMPTY on interface object
63 PASS FileReader interface: constant EMPTY on interface prototype object 64 PASS FileReader interface: constant EMPTY on interface prototype object
64 PASS FileReader interface: constant LOADING on interface object 65 PASS FileReader interface: constant LOADING on interface object
65 PASS FileReader interface: constant LOADING on interface prototype object 66 PASS FileReader interface: constant LOADING on interface prototype object
66 PASS FileReader interface: constant DONE on interface object 67 PASS FileReader interface: constant DONE on interface object
67 PASS FileReader interface: constant DONE on interface prototype object 68 PASS FileReader interface: constant DONE on interface prototype object
68 PASS FileReader interface: attribute readyState 69 PASS FileReader interface: attribute readyState
69 PASS FileReader interface: attribute result 70 PASS FileReader interface: attribute result
70 PASS FileReader interface: attribute error 71 PASS FileReader interface: attribute error
71 PASS FileReader interface: attribute onloadstart 72 PASS FileReader interface: attribute onloadstart
72 PASS FileReader interface: attribute onprogress 73 PASS FileReader interface: attribute onprogress
73 PASS FileReader interface: attribute onload 74 PASS FileReader interface: attribute onload
74 PASS FileReader interface: attribute onabort 75 PASS FileReader interface: attribute onabort
75 PASS FileReader interface: attribute onerror 76 PASS FileReader interface: attribute onerror
76 PASS FileReader interface: attribute onloadend 77 PASS FileReader interface: attribute onloadend
77 PASS FileReader must be primary interface of new FileReader() 78 PASS FileReader must be primary interface of new FileReader()
78 PASS Stringification of new FileReader() 79 PASS Stringification of new FileReader()
79 PASS FileReader interface: new FileReader() must inherit property "readAsArrayBu ffer" with the proper type (0) 80 PASS FileReader interface: new FileReader() must inherit property "readAsArrayBu ffer" with the proper type (0)
80 PASS FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() w ith too few arguments must throw TypeError 81 PASS FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() w ith too few arguments must throw TypeError
81 PASS FileReader interface: new FileReader() must inherit property "readAsText" w ith the proper type (1) 82 PASS FileReader interface: new FileReader() must inherit property "readAsBinaryS tring" with the proper type (1)
83 PASS FileReader interface: calling readAsBinaryString(Blob) on new FileReader() with too few arguments must throw TypeError
84 PASS FileReader interface: new FileReader() must inherit property "readAsText" w ith the proper type (2)
82 PASS FileReader interface: calling readAsText(Blob,DOMString) on new FileReader( ) with too few arguments must throw TypeError 85 PASS FileReader interface: calling readAsText(Blob,DOMString) on new FileReader( ) with too few arguments must throw TypeError
83 PASS FileReader interface: new FileReader() must inherit property "readAsDataURL " with the proper type (2) 86 PASS FileReader interface: new FileReader() must inherit property "readAsDataURL " with the proper type (3)
84 PASS FileReader interface: calling readAsDataURL(Blob) on new FileReader() with too few arguments must throw TypeError 87 PASS FileReader interface: calling readAsDataURL(Blob) on new FileReader() with too few arguments must throw TypeError
85 PASS FileReader interface: new FileReader() must inherit property "abort" with t he proper type (3) 88 PASS FileReader interface: new FileReader() must inherit property "abort" with t he proper type (4)
86 PASS FileReader interface: new FileReader() must inherit property "EMPTY" with t he proper type (4) 89 PASS FileReader interface: new FileReader() must inherit property "EMPTY" with t he proper type (5)
87 PASS FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (5) 90 PASS FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (6)
88 PASS FileReader interface: new FileReader() must inherit property "DONE" with th e proper type (6) 91 PASS FileReader interface: new FileReader() must inherit property "DONE" with th e proper type (7)
89 PASS FileReader interface: new FileReader() must inherit property "readyState" w ith the proper type (7) 92 PASS FileReader interface: new FileReader() must inherit property "readyState" w ith the proper type (8)
90 PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (8) 93 PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (9)
91 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (9) 94 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10)
92 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10) 95 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11)
93 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (11) 96 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12)
94 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (12) 97 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13)
95 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13) 98 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14)
96 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14) 99 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15)
97 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (15) 100 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16)
98 PASS FileReaderSync interface: existence and properties of interface object 101 PASS FileReaderSync interface: existence and properties of interface object
99 Harness: the test ran to completion. 102 Harness: the test ran to completion.
100 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698