summaryrefslogtreecommitdiffstats
path: root/layout/tools/layout-debug/tests/unit/test_componentsRegistered.js
blob: eaf1783cb714140976ab69d72e30dd8c6a7f0285 (plain)
1
2
3
4
5
6
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
  );
}