Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / emptyimage.sjs
blob9e34227f0098ec4ff19730ac63d2f7fc60b94beb
1 "use strict";
3 function handleRequest(request, response) {
4   response.setStatusLine(request.httpVersion, 200, "OK");
5   //response.setHeader("Content-type", "image/gif");