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

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: update 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 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 Found 99 tests; 94 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS URL interface: operation createObjectURL(Blob) 4 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 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 URL interface: operation revokeObjectURL(DOMString)
6 PASS Blob interface: existence and properties of interface object 7 PASS Blob interface: existence and properties of interface object
7 PASS Blob interface object length 8 PASS Blob interface object length
8 PASS Blob interface object name 9 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]" 10 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 11 PASS Blob interface: existence and properties of interface prototype object's "c onstructor" property
11 PASS Blob interface: attribute size 12 PASS Blob interface: attribute size
12 PASS Blob interface: attribute type 13 PASS Blob interface: attribute type
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10) 95 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10)
95 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11) 96 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11)
96 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12) 97 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12)
97 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13) 98 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13)
98 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14) 99 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14)
99 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15) 100 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15)
100 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16) 101 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16)
101 PASS FileReaderSync interface: existence and properties of interface object 102 PASS FileReaderSync interface: existence and properties of interface object
102 Harness: the test ran to completion. 103 Harness: the test ran to completion.
103 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698