/* Any copyright is dedicated to the Public Domain. * http://creativecommons.org/publicdomain/zero/1.0/ */ // This file is a fake test so we can have support files in the stubs.ini, which are then // referenced as support files in the webconsole mochitest ini file. "use strict"; add_task(function() { ok(true, "this is not a test"); });