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

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

Issue 266453005: Apply TypeChecking to MediaSource IDLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use MAX_VALUE instead of POS_INF. 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 | Annotate | Revision Log
OLDNEW
1 1
2 PASS Test remove with an negative start. 2 PASS Test remove with an negative start.
3 PASS Test remove with non-finite start.
3 PASS Test remove with a start beyond the duration. 4 PASS Test remove with a start beyond the duration.
4 PASS Test remove with a start larger than the end. 5 PASS Test remove with a start larger than the end.
5 PASS Test remove after SourceBuffer removed from mediaSource. 6 PASS Test remove after SourceBuffer removed from mediaSource.
6 PASS Test remove while update pending. 7 PASS Test remove while update pending.
7 PASS Test aborting a remove operation. 8 PASS Test aborting a remove operation.
8 PASS Test remove transitioning readyState from 'ended' to 'open'. 9 PASS Test remove transitioning readyState from 'ended' to 'open'.
9 PASS Test removing all appended data. 10 PASS Test removing all appended data.
10 PASS Test removing beginning of appended data. 11 PASS Test removing beginning of appended data.
11 PASS Test removing the middle of appended data. 12 PASS Test removing the middle of appended data.
12 PASS Test removing the end of appended data. 13 PASS Test removing the end of appended data.
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698