Bug 682141 band-aid: add another todo missed the first time. r=cpearce

--HG--
extra : rebase_source : 3f2cf0c4a67ec8dfbc85715c0a9dbb31e8698cba
This commit is contained in:
Zack Weinberg 2012-02-05 20:32:43 -08:00
parent 9a06c9e618
commit c50165857c

View File

@ -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 }
];