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

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

Issue 319213002: Fix MediaSource.duration setter behavior to match the current spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix release build buster Created 6 years, 6 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 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 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 after SourceBuffer removed from mediaSource. 6 PASS Test remove after SourceBuffer removed from mediaSource.
7 PASS Test remove while update pending. 7 PASS Test remove while update pending.
8 PASS Test aborting a remove operation. 8 PASS Test aborting a remove operation.
9 PASS Test remove with a start at the duration.
9 PASS Test remove transitioning readyState from 'ended' to 'open'. 10 PASS Test remove transitioning readyState from 'ended' to 'open'.
10 PASS Test removing all appended data. 11 PASS Test removing all appended data.
11 PASS Test removing beginning of appended data. 12 PASS Test removing beginning of appended data.
12 PASS Test removing the middle of appended data. 13 PASS Test removing the middle of appended data.
13 PASS Test removing the end of appended data. 14 PASS Test removing the end of appended data.
14 15
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/media/media-source/mediasource-remove.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698