1
0
Fork 0
firefox/dom/websocket/tests/frame_bug1384658.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

13 lines
264 B
HTML

<html>
<body>
<form action="file_bug1384658.html" method="GET" id="form">
<input type='submit' name='y'>
<input type='hidden' name='x'>
</form>
<script>
onload = function() {
document.getElementById("form").submit();
};
</script>
</body>
</html>