Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE WARNING: line 17: Ignore this warning. | |
|
ddorwin
2015/12/15 01:33:32
Add the bug entry so readers don't have to dig.
wolenetz
2015/12/15 20:07:20
Done.
| |
| 1 This is a testharness.js-based test. | 2 This is a testharness.js-based test. |
| 2 PASS Test addSourceBuffer() in 'ended' state. | 3 PASS Test addSourceBuffer() in 'ended' state. |
| 3 PASS Test addSourceBuffer() with empty type | 4 PASS Test addSourceBuffer() with empty type |
| 4 PASS Test addSourceBuffer() with null | 5 PASS Test addSourceBuffer() with null |
| 5 PASS Test addSourceBuffer() with unsupported type | 6 PASS Test addSourceBuffer() with unsupported type |
| 6 PASS Test addSourceBuffer() with Vorbis and VP8 | 7 PASS Test addSourceBuffer() with Vorbis and VP8 |
| 7 PASS Test addSourceBuffer() with Vorbis and VP8 in separate SourceBuffers | 8 PASS Test addSourceBuffer() with Vorbis and VP8 in separate SourceBuffers |
| 8 PASS Test addSourceBuffer() video only | 9 PASS Test addSourceBuffer() video only |
| 9 PASS Test addSourceBuffer() audio only | 10 PASS Test addSourceBuffer() audio only |
| 10 FAIL Test addSourceBuffer() with AAC and H.264 assert_true: video/mp4;codecs="av c1.4D4001,mp4a.40.2" is supported expected true got false | 11 FAIL Test addSourceBuffer() with AAC and H.264 assert_true: video/mp4;codecs="av c1.4D4001,mp4a.40.2" is supported expected true got false |
| 11 FAIL Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers assert_ true: video/mp4;codecs="avc1.4D4001" is supported expected true got false | 12 FAIL Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers assert_ true: video/mp4;codecs="avc1.4D4001" is supported expected true got false |
| 12 PASS Test addSourceBuffer() QuotaExceededError. | 13 PASS Test addSourceBuffer() QuotaExceededError. |
| 13 Harness: the test ran to completion. | 14 Harness: the test ran to completion. |
| 14 | 15 |
| OLD | NEW |