blob: afd7a347050520be38956c2355e14504a9dfccc1 [file] [log] [blame]
<form method="post" id="myForm" action="https://localhost:9443/WebKit/service-workers/resources/">
<script>
function doTest()
{
if (window.location.search !== "?post") {
window.location = "https://localhost:9443/WebKit/service-workers/resources/";
return;
}
myForm.submit();
}
doTest();
</script>