Chromium Code Reviews

Side by Side Diff: LayoutTests/imported/web-platform-tests/FileAPI/file/File-constructor-expected.txt

Issue 1236713002: Import FileAPI tests from web-platform-tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS File interface object exists
3 PASS DOMString fileBits
4 PASS Unicode DOMString fileBits
5 PASS Empty Blob fileBits
6 PASS Blob fileBits
7 PASS ArrayBuffer fileBits
8 PASS Typed array fileBits
9 PASS Various fileBits
10 PASS Using fileName
11 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 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 PASS Using lastModified
16 PASS Misusing name
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine