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

Unified Diff: LayoutTests/http/tests/media/media-source/mediasource-seekable.html

Issue 733453002: Sync the documentation of seekable() with the MediaSource specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | Source/modules/mediasource/MediaSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/media/media-source/mediasource-seekable.html
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-seekable.html b/LayoutTests/http/tests/media/media-source/mediasource-seekable.html
index 49646f9c2fb51b95cc9ad2ab0186d506e29128a5..cb8def2d0435e55680dedb8dcdc21d8860b84e9d 100644
--- a/LayoutTests/http/tests/media/media-source/mediasource-seekable.html
+++ b/LayoutTests/http/tests/media/media-source/mediasource-seekable.html
@@ -58,7 +58,7 @@
assert_equals(mediaElement.buffered.length, 1, 'mediaElement.buffered.length');
assert_equals(mediaElement.seekable.start(0), 0);
assert_not_equals(mediaElement.seekable.end(0), mediaElement.duration);
- assert_not_equals(0, mediaElement.buffered.start(0));
+ assert_not_equals(mediaElement.seekable.end(0), mediaElement.buffered.start(0));
Henrik Steen 2014/11/21 07:46:12 Hmm.. I would rather (or maybe "also") see a test
philipj_slow 2014/11/21 08:33:38 Done.
assert_equals(mediaElement.seekable.end(0), mediaElement.buffered.end(0));
test.done();
});
« no previous file with comments | « no previous file | Source/modules/mediasource/MediaSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698