gecko-dev/dom/websocket/tests/frame_bug1384658.html

15 строки
265 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>