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. |