diff --git a/content/media/test/test_fragment_play.html b/content/media/test/test_fragment_play.html index 38fcc797d60..e79b60b0343 100644 --- a/content/media/test/test_fragment_play.html +++ b/content/media/test/test_fragment_play.html @@ -27,9 +27,9 @@ var gFragmentParams = [ { fragment: "#t=5", start: 5, end: null }, { fragment: "#t=5.5", start: 5.5, end: null }, { fragment: "#t=5,", start: null, end: null }, - { fragment: "#t=,5", start: 0, end: 5 }, - { fragment: "#t=2.5,5.5", start: 2.5, end: 5.5, todo: "See Bug 682141" }, - { fragment: "#t=1,2.5", start: 1, end: 2.5, todo: "See Bug 682141" }, + { fragment: "#t=,5", start: 0, end: 5, todo: "See bugs 682141 and 720248" }, + { fragment: "#t=2.5,5.5", start: 2.5, end: 5.5, todo: "See bugs 682141 and 720248" }, + { fragment: "#t=1,2.5", start: 1, end: 2.5, todo: "See bugs 682141 and 720248" }, { fragment: "#t=,15", start: 0, end: null } ];