fune/layout/tools/layout-debug/tests/unit/test_componentsRegistered.js
Victor Porof 6a261b9e77 Bug 1561435 - Format layout/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35927

--HG--
extra : source : b9cc96337c05dbb9a9f811c63dcc5fd63588d652
2019-07-05 10:50:41 +02:00

6 lines
193 B
JavaScript

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
);
}