Index: LayoutTests/media/video-seekable-expected.txt |
diff --git a/LayoutTests/media/video-seekable-expected.txt b/LayoutTests/media/video-seekable-expected.txt |
index d3490c3b5488e46075f6db151d471e41da42518a..d0f9988133da0115c785bd6ecda6e6f225480396 100644 |
--- a/LayoutTests/media/video-seekable-expected.txt |
+++ b/LayoutTests/media/video-seekable-expected.txt |
@@ -1,15 +1,15 @@ |
EXPECTED (video.seekable.length == '0') OK |
-TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (4294967295) is not less than the object's length (0).) OK |
-TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (4294967295) is not less than the object's length (0).) OK |
-TEST(video.seekable.start(0)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (0) is not less than the object's length (0).) OK |
-TEST(video.seekable.end(0)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (0) is not less than the object's length (0).) OK |
+TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (0).) OK |
+TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (0).) OK |
+TEST(video.seekable.start(0)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0).) OK |
+TEST(video.seekable.end(0)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0).) OK |
EVENT(canplaythrough) |
EXPECTED (video.seekable.length == '1') OK |
EXPECTED (video.seekable.start(0) == '0') OK |
EXPECTED (video.seekable.end(0) > '0') OK |
-TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (4294967295) is not less than the object's length (1).) OK |
-TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (4294967295) is not less than the object's length (1).) OK |
-TEST(video.seekable.start(1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (1) is not less than the object's length (1).) OK |
-TEST(video.seekable.end(1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (1) is not less than the object's length (1).) OK |
+TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (1).) OK |
+TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (4294967295) is greater than the maximum bound (1).) OK |
+TEST(video.seekable.start(1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'start' on 'TimeRanges': The index provided (1) is greater than or equal to the maximum bound (1).) OK |
+TEST(video.seekable.end(1)) THROWS(DOMException.INDEX_SIZE_ERR: Failed to execute 'end' on 'TimeRanges': The index provided (1) is greater than or equal to the maximum bound (1).) OK |
END OF TEST |