Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | function run_test() { |
michael@0 | 2 | do_check_true("@mozilla.org/layout-debug/regressiontester;1" in |
michael@0 | 3 | Components.classes); |
michael@0 | 4 | do_check_true("@mozilla.org/layout-debug/layout-debuggingtools;1" in |
michael@0 | 5 | Components.classes); |
michael@0 | 6 | do_check_true("@mozilla.org/commandlinehandler/general-startup;1?type=layoutdebug" in |
michael@0 | 7 | Components.classes); |
michael@0 | 8 | } |