Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: display == 'wayland'
- Manifest: remote/cdp/test/browser/fetch/browser.toml
/* Any copyright is dedicated to the Public Domain.
"use strict";
add_task(async function fetchDomainDisabled({ client }) {
const { Fetch } = client;
await Fetch.disable();
ok("Disabling Fetch domain successful");
});