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

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

Issue 1923043002: Import web-platform-tests@028d354aba4c8ee6700def957a45f3927241d8b0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations after the test harness was updated 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 198: 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
(...skipping 78 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