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