blob: 20b8264f92cd90a8909671681fb2d0d4155edf7f (
plain)
1
2
3
4
5
6
7
8
9
|
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
add_task(async function enableRuntime_noHangAfterNavigation({ client }) {
await loadURL(PAGE_URL);
await enableRuntime(client);
});
|