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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/FileAPI/file/File-constructor-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 15 tests. 13 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS File interface object exists 3 PASS File interface object exists
3 PASS DOMString fileBits 4 PASS DOMString fileBits
4 PASS Unicode DOMString fileBits 5 PASS Unicode DOMString fileBits
5 PASS Empty Blob fileBits 6 PASS Empty Blob fileBits
6 PASS Blob fileBits 7 PASS Blob fileBits
7 PASS ArrayBuffer fileBits 8 PASS ArrayBuffer fileBits
8 PASS Typed array fileBits 9 PASS Typed array fileBits
9 PASS Various fileBits 10 PASS Various fileBits
10 PASS Using fileName 11 PASS Using fileName
11 FAIL Using special character in fileName assert_equals: expected "dummy:foo" but got "dummy/foo" 12 FAIL Using special character in fileName assert_equals: expected "dummy:foo" but got "dummy/foo"
12 PASS Using type on the File constructor 13 PASS Using type on the File constructor
13 PASS Using uppercase characters in type 14 PASS Using uppercase characters in type
14 FAIL Using illegal character for type Failed to construct 'File': The 'type' pro perty must consist of ASCII characters. 15 FAIL Using illegal character for type Failed to construct 'File': The 'type' pro perty must consist of ASCII characters.
15 PASS Using lastModified 16 PASS Using lastModified
16 PASS Misusing name 17 PASS Misusing name
17 Harness: the test ran to completion. 18 Harness: the test ran to completion.
18 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698