Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Side by Side Diff: LayoutTests/http/tests/media/media-source/mediasource-closed-expected.txt

Issue 267333006: Adding a few new MSE tests based on the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing CR comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 PASS Test attribute values on a closed MediaSource object. 2 PASS Test attribute values on a closed MediaSource object.
3 PASS Test addSourceBuffer() while closed. 3 PASS Test addSourceBuffer() while closed.
4 PASS Test removeSourceBuffer() while closed. 4 PASS Test removeSourceBuffer() while closed.
5 PASS Test endOfStream() while closed. 5 PASS Test endOfStream() while closed.
6 PASS Test endOfStream(decode) while closed.
7 PASS Test endOfStream(network) while closed.
6 PASS Test setting duration while closed. 8 PASS Test setting duration while closed.
9 PASS Test setting duration while open->closed.
10 PASS Test getting duration while open->closed.
7 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698