Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test runs only with pattern: os != 'android'
- Manifest: layout/tools/layout-debug/tests/unit/xpcshell.toml
function run_test() {
Assert.ok("@mozilla.org/layout-debug/layout-debuggingtools;1" in Cc);
Assert.ok(
"@mozilla.org/commandlinehandler/general-startup;1?type=layoutdebug" in Cc
);
}