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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update platform specific expected files missed last time around Created 3 years, 9 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
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 Found 92 tests; 88 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 92 tests; 88 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
4 PASS URL interface: operation createObjectURL(Blob) 3 PASS URL interface: operation createObjectURL(Blob)
5 PASS URL interface: operation revokeObjectURL(DOMString) 4 PASS URL interface: operation revokeObjectURL(DOMString)
6 PASS Blob interface: existence and properties of interface object 5 PASS Blob interface: existence and properties of interface object
7 PASS Blob interface object length 6 PASS Blob interface object length
8 PASS Blob interface object name 7 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]" 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]"
10 PASS Blob interface: existence and properties of interface prototype object's "c onstructor" property 9 PASS Blob interface: existence and properties of interface prototype object's "c onstructor" property
11 PASS Blob interface: attribute size 10 PASS Blob interface: attribute size
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10) 87 PASS FileReader interface: new FileReader() must inherit property "error" with t he proper type (10)
89 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11) 88 PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11)
90 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12) 89 PASS FileReader interface: new FileReader() must inherit property "onprogress" w ith the proper type (12)
91 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13) 90 PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13)
92 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14) 91 PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14)
93 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15) 92 PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15)
94 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16) 93 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi th the proper type (16)
95 PASS FileReaderSync interface: existence and properties of interface object 94 PASS FileReaderSync interface: existence and properties of interface object
96 Harness: the test ran to completion. 95 Harness: the test ran to completion.
97 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698