Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / nocontent.sjs
blobd5d65cf8a451a80213f91d49e8c8d8d0edc75578
1 "use strict";
3 function handleRequest(request, response) {
4   response.setStatusLine(request.httpVersion, 204, "No Content");