Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

/* Any copyright is dedicated to the Public Domain.
"use strict";
add_task(async function enableRuntime_noHangAfterNavigation({ client }) {
await loadURL(PAGE_URL);
await enableRuntime(client);
});