Bug 1853141 - Early Hints: enable module test case in browser_103_asset.js r=necko-reviewers,kershaw

Differential Revision: https://phabricator.services.mozilla.com/D188243
This commit is contained in:
Manuel Bucher 2023-09-14 13:34:55 +00:00
parent c15dd9c30f
commit 6759c84685

View File

@ -145,14 +145,12 @@ add_task(async function test_103_asset_javascript() {
}); });
// preload javascript module // preload javascript module
/* TODO(Bug 1798319): enable this test case
add_task(async function test_103_asset_module() { add_task(async function test_103_asset_module() {
await test_hint_asset("test_103_asset_normal", "module", "normal"); await test_hint_asset("test_103_asset_normal", "module", "normal");
await test_hint_asset("test_103_asset_hinted", "module", "hinted"); await test_hint_asset("test_103_asset_hinted", "module", "hinted");
await test_hint_asset("test_103_asset_reload", "module", "reload"); await test_hint_asset("test_103_asset_reload", "module", "reload");
await test_hint_asset("test_103_asset_cached", "module", "cached"); await test_hint_asset("test_103_asset_cached", "module", "cached");
}); });
*/
// preload font // preload font
add_task(async function test_103_asset_font() { add_task(async function test_103_asset_font() {