Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android' && verify
- Manifest: toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/xpcshell.toml
/* Any copyright is dedicated to the Public Domain.
*/
// useMLBF=true doesn't support regexps or version ranges.
// Flip the useMLBF preference to make sure that the test_blocklistchange.js
// test works with and without this pref (blocklist v2 and blocklist v3).
enable_blocklist_v2_instead_of_useMLBF();
Services.scriptloader.loadSubScript(
Services.io.newFileURI(do_get_file("test_blocklistchange.js")).spec,
this
);