Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / unit / test_blob.js
blob42f6cf9be847c3fd1dd28c7cc7c2308a283a8bc5
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 function run_test() {
6   let { TestBlob } = ChromeUtils.import("resource://test/TestBlob.jsm");
7   Assert.ok(TestBlob.doTest());