Bug 594821 - Trigger a sync paint on intial window show. r=roc, a=final.
[mozilla-central.git] / docshell / test / file_bug580069_2.sjs
blob0c76c1f16e5f9176223c79bfeff521d1796b675e
1 function handleRequest(request, response)
3   response.setHeader("Content-Type", "text/html", false);
4   response.write('<html><body onload=\'parent.page2Load("' + request.method + '")\'>file_bug580069_2.sjs</body></html>');