comparison: docshell/test/bug413310-post.sjs
docshell/test/bug413310-post.sjs
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function handleRequest(request, response) { |
|
2 response.setHeader("Content-Type", "text/html"); |
|
3 response.write("<body onload='window.parent.onloadCount++'>" + |
|
4 request.method + " " + |
|
5 Date.now() + |
|
6 "</body>"); |
|
7 } |