summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs
blob: 84c75437e4e0202cf1f85e4f9ae71f0470a6eaf6 (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

function handleRequest(request, response) {
  response.setHeader("Content-Type", "test/content", false);
}