| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 127 tests; 124 PASS, 3 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 PASS no-argument Blob slice | 3 PASS no-argument Blob slice |
| 3 PASS Slices | 4 PASS Slices |
| 4 PASS blob1. | 5 PASS blob1. |
| 5 PASS blob2. | 6 PASS blob2. |
| 6 PASS null type Blob slice | 7 PASS null type Blob slice |
| 7 PASS undefined type Blob slice | 8 PASS undefined type Blob slice |
| 8 PASS no type Blob slice | 9 PASS no type Blob slice |
| 9 PASS Slicing test (0,0). | 10 PASS Slicing test (0,0). |
| 10 PASS Slicing test: slice (0,0). | 11 PASS Slicing test: slice (0,0). |
| 11 PASS Slicing test (0,1). | 12 PASS Slicing test (0,1). |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 PASS Valid contentType ("te?xt/plain") | 122 PASS Valid contentType ("te?xt/plain") |
| 122 PASS Valid contentType ("te=xt/plain") | 123 PASS Valid contentType ("te=xt/plain") |
| 123 PASS Valid contentType ("te{xt/plain") | 124 PASS Valid contentType ("te{xt/plain") |
| 124 PASS Valid contentType ("te}xt/plain") | 125 PASS Valid contentType ("te}xt/plain") |
| 125 PASS Valid contentType ("te xt/plain") | 126 PASS Valid contentType ("te xt/plain") |
| 126 FAIL Valid contentType ("TEXT/PLAIN") assert_equals: expected "text/plain" but g
ot "TEXT/PLAIN" | 127 FAIL Valid contentType ("TEXT/PLAIN") assert_equals: expected "text/plain" but g
ot "TEXT/PLAIN" |
| 127 FAIL Valid contentType ("text/plain;charset = UTF-8") assert_equals: expected "t
ext/plain;charset = utf-8" but got "text/plain;charset = UTF-8" | 128 FAIL Valid contentType ("text/plain;charset = UTF-8") assert_equals: expected "t
ext/plain;charset = utf-8" but got "text/plain;charset = UTF-8" |
| 128 FAIL Valid contentType ("text/plain;charset=UTF-8") assert_equals: expected "tex
t/plain;charset=utf-8" but got "text/plain;charset=UTF-8" | 129 FAIL Valid contentType ("text/plain;charset=UTF-8") assert_equals: expected "tex
t/plain;charset=utf-8" but got "text/plain;charset=UTF-8" |
| 129 Harness: the test ran to completion. | 130 Harness: the test ran to completion. |
| 130 | 131 |
| OLD | NEW |