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

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

Issue 202423002: Fix SourceBuffer.timestampOffset setter behavior for invalid values. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectation file since it appears the trybots need it. Created 6 years, 9 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
(Empty)
1
2 PASS Test setting SourceBuffer.timestampOffset to a positive number.
3 PASS Test setting SourceBuffer.timestampOffset to a negative number.
4 PASS Test setting SourceBuffer.timestampOffset to zero.
5 PASS Test setting SourceBuffer.timestampOffset to positive infinity.
6 PASS Test setting SourceBuffer.timestampOffset to negative infinity.
7 PASS Test setting SourceBuffer.timestampOffset to NaN.
8 PASS Test setting SourceBuffer.timestampOffset to undefined.
9 PASS Test setting SourceBuffer.timestampOffset to null.
10 PASS Test setting SourceBuffer.timestampOffset to false.
11 PASS Test setting SourceBuffer.timestampOffset to true.
12 PASS Test setting SourceBuffer.timestampOffset to a number string.
13 PASS Test setting SourceBuffer.timestampOffset to an empty string.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698