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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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 251: callback not yet supported 1 CONSOLE MESSAGE: line 251: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 Found 92 tests; 88 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS URL interface: operation createObjectURL(Blob) 4 PASS URL interface: operation createObjectURL(Blob)
4 PASS URL interface: operation revokeObjectURL(DOMString) 5 PASS URL interface: operation revokeObjectURL(DOMString)
5 PASS Blob interface: existence and properties of interface object 6 PASS Blob interface: existence and properties of interface object
6 PASS Blob interface object length 7 PASS Blob interface object length
7 PASS Blob interface object name 8 PASS Blob interface object name
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 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]"
9 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
10 PASS Blob interface: attribute size 11 PASS Blob interface: attribute size
11 PASS Blob interface: attribute type 12 PASS Blob interface: attribute type
12 PASS Blob interface: operation slice(long long,long long,DOMString) 13 PASS Blob interface: operation slice(long long,long long,DOMString)
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10) 88 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10)
88 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11) 89 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11)
89 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12) 90 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12)
90 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13) 91 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13)
91 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14) 92 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14)
92 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15) 93 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15)
93 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16) 94 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16)
94 PASS FileReaderSync interface: existence and properties of interface object 95 PASS FileReaderSync interface: existence and properties of interface object
95 Harness: the test ran to completion. 96 Harness: the test ran to completion.
96 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698