my @browsers = sort ( 'chrome', 'internet explorer', 'phantomJS', 'firefox' ); run_tests($_) for @browsers; done_testing(4 * @browsers);