Skip to content

Commit 232f605

Browse files
committed
Actually add after form page to tests
1 parent c46ec2e commit 232f605

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/afterform.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Form Submitted</title>
5+
</head>
6+
<body>
7+
<h1>Form Submitted</h1>
8+
<h2>GET parameters (as JSON):</h2>
9+
<pre style="white-space: pre-wrap;"></pre>
10+
<script>document.querySelector("pre").textContent = JSON.stringify(Object.fromEntries(new URLSearchParams(window.location.search)))</script>
11+
</html>

0 commit comments

Comments
 (0)