Bug 1675386 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In `test_trackelementevent.html`, we set a resource `bad.vtt` to the track element. However, we didn't have that file in our codebase.

From the history [2], I even didn't find that file in the first changeset. We should create an actual file, instead of assigning an invalid address.

[1] https://searchfox.org/mozilla-central/rev/c938c7416c633639a5c8ce4412be586eefb48005/dom/media/test/test_trackelementevent.html#45
[2] https://hg.mozilla.org/mozilla-central/log/tip/dom/media/test/test_trackelementevent.html?revcount=240
In `test_trackelementevent.html`, we set a resource `bad.vtt` to the track element [1]. However, we didn't have that file in our codebase.

From the history [2], I even didn't find that file in the first changeset. We should create an actual file, instead of assigning an invalid address.

[1] https://searchfox.org/mozilla-central/rev/c938c7416c633639a5c8ce4412be586eefb48005/dom/media/test/test_trackelementevent.html#45
[2] https://hg.mozilla.org/mozilla-central/log/tip/dom/media/test/test_trackelementevent.html?revcount=240

Back to Bug 1675386 Comment 0