Skip to content

Commit

Permalink
Bug 1308388. P5 - we don't have to start playback to get buffer range…
Browse files Browse the repository at this point in the history
…s. r=kaku

MozReview-Commit-ID: 1QRESDtlYVF
  • Loading branch information
jwwang committed Mar 7, 2017
1 parent e5bb8a4 commit 2fc141b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dom/media/test/test_buffered.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
// we have deterministic behaviour.
var onfetched = function(uri) {
var v = document.createElement('video');
v.autoplay = true;
v._token = token;
v.src = uri;
v._name = test.name;
Expand Down

0 comments on commit 2fc141b

Please sign in to comment.