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

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

Issue 453473002: Change SourceBuffer.remove() end parameter to unrestricted double. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/media/media-source/mediasource-remove-expected.txt
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-remove-expected.txt b/LayoutTests/http/tests/media/media-source/mediasource-remove-expected.txt
index 8ae564b7c3ee9f531e07393a7407ec7a1df8d7e2..c3ec049ae6c81f953bfb693ec55eca7a7f19feb9 100644
--- a/LayoutTests/http/tests/media/media-source/mediasource-remove-expected.txt
+++ b/LayoutTests/http/tests/media/media-source/mediasource-remove-expected.txt
@@ -1,8 +1,10 @@
-PASS Test remove with an negative start.
+PASS Test remove with a negative start.
PASS Test remove with non-finite start.
PASS Test remove with a start beyond the duration.
PASS Test remove with a start larger than the end.
+PASS Test remove with a NEGATIVE_INFINITY end.
+PASS Test remove with a NaN end.
PASS Test remove after SourceBuffer removed from mediaSource.
PASS Test remove while update pending.
PASS Test aborting a remove operation.

Powered by Google App Engine
This is Rietveld 408576698