Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

/* Any copyright is dedicated to the Public Domain.
// 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");
});