Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/platform/android/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt b/third_party/WebKit/LayoutTests/platform/android/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt |
| similarity index 63% |
| copy from third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt |
| copy to third_party/WebKit/LayoutTests/platform/android/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt |
| index d8ebcae84e2362dbce881465b9dc8387e31c69b7..2de9808cbf7afaa28f4d3e35762c54f8052db586 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/platform/android/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt |
| @@ -1,3 +1,4 @@ |
| +CONSOLE WARNING: line 16: Ignore this warning. See https://crbug.com/568704#c2 |
|
ddorwin
2015/12/15 22:00:15
Unfortunately, the line number means any code chan
|
| This is a testharness.js-based test. |
| PASS Test addSourceBuffer() in 'ended' state. |
| PASS Test addSourceBuffer() with empty type |
| @@ -7,8 +8,8 @@ PASS Test addSourceBuffer() with Vorbis and VP8 |
| PASS Test addSourceBuffer() with Vorbis and VP8 in separate SourceBuffers |
| PASS Test addSourceBuffer() video only |
| PASS Test addSourceBuffer() audio only |
| -FAIL Test addSourceBuffer() with AAC and H.264 assert_true: video/mp4;codecs="avc1.4D4001,mp4a.40.2" is supported expected true got false |
| -FAIL Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers assert_true: video/mp4;codecs="avc1.4D4001" is supported expected true got false |
| +PASS Test addSourceBuffer() with AAC and H.264 |
| +PASS Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers |
| PASS Test addSourceBuffer() QuotaExceededError. |
| Harness: the test ran to completion. |