| OLD | NEW |
| 1 | 1 |
| 2 PASS Test remove with an negative start. | 2 PASS Test remove with a negative start. |
| 3 PASS Test remove with non-finite start. | 3 PASS Test remove with non-finite start. |
| 4 PASS Test remove with a start beyond the duration. | 4 PASS Test remove with a start beyond the duration. |
| 5 PASS Test remove with a start larger than the end. | 5 PASS Test remove with a start larger than the end. |
| 6 PASS Test remove with a NEGATIVE_INFINITY end. |
| 7 PASS Test remove with a NaN end. |
| 6 PASS Test remove after SourceBuffer removed from mediaSource. | 8 PASS Test remove after SourceBuffer removed from mediaSource. |
| 7 PASS Test remove while update pending. | 9 PASS Test remove while update pending. |
| 8 PASS Test aborting a remove operation. | 10 PASS Test aborting a remove operation. |
| 9 PASS Test remove with a start at the duration. | 11 PASS Test remove with a start at the duration. |
| 10 PASS Test remove transitioning readyState from 'ended' to 'open'. | 12 PASS Test remove transitioning readyState from 'ended' to 'open'. |
| 11 PASS Test removing all appended data. | 13 PASS Test removing all appended data. |
| 12 PASS Test removing beginning of appended data. | 14 PASS Test removing beginning of appended data. |
| 13 PASS Test removing the middle of appended data. | 15 PASS Test removing the middle of appended data. |
| 14 PASS Test removing the end of appended data. | 16 PASS Test removing the end of appended data. |
| 15 | 17 |
| OLD | NEW |