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

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

Issue 1362963003: Blob/File constructors/slice method shouldn't throw on invalid types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated win expectation 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS File interface object exists 2 PASS File interface object exists
3 PASS DOMString fileBits 3 PASS DOMString fileBits
4 PASS Unicode DOMString fileBits 4 PASS Unicode DOMString fileBits
5 PASS Empty Blob fileBits 5 PASS Empty Blob fileBits
6 PASS Blob fileBits 6 PASS Blob fileBits
7 PASS ArrayBuffer fileBits 7 PASS ArrayBuffer fileBits
8 PASS Typed array fileBits 8 PASS Typed array fileBits
9 PASS Various fileBits 9 PASS Various fileBits
10 PASS Using fileName 10 PASS Using fileName
11 FAIL Using special character in fileName assert_equals: expected "dummy:foo" but got "dummy/foo" 11 FAIL Using special character in fileName assert_equals: expected "dummy:foo" but got "dummy/foo"
12 PASS Using type on the File constructor 12 PASS Using type on the File constructor
13 PASS Using uppercase characters in type 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. 14 PASS Using illegal character for type
15 PASS Using lastModified 15 PASS Using lastModified
16 PASS Misusing name 16 PASS Misusing name
17 Harness: the test ran to completion. 17 Harness: the test ran to completion.
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698