| OLD | NEW |
| 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 |
| OLD | NEW |