summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineurlrequestinterceptor/resources/index.html
blob: a744dbd998c27ee512017e5bd044b33b98c20fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
 <head>
 <script type="text/javascript">
 function post() {
     var form = document.createElement("form");
     form.setAttribute("method", "POST");
     document.body.appendChild(form);
     form.submit();
     return true;
 }
</script>
 </head>
 <body>
 <h1>Test page</h1>
 </body>
</html>