Bug 1785331 - Make test_cache_padding.html to actually load the test_cache_add.js file r=necko-reviewers,valentin

This file is being fetched with a 404 error which is not expected.

Differential Revision: https://phabricator.services.mozilla.com/D158857
This commit is contained in:
Sean Feng 2022-10-27 19:18:13 +00:00
parent 66fd07b1d7
commit 125a2e14fa

View File

@ -109,7 +109,7 @@ SpecialPowers.pushPrefEnv({
const name = "cachePadding";
const other_name = "cachePaddingOther";
const cors_base = "https://example.com/test/dom/cache/test/mochitest/";
const cors_base = "https://example.com/tests/dom/cache/test/mochitest/";
const url = "test_cache_add.js";
await setupTestIframe();