electron/spec/fixtures/pages/form-with-data.html
loc 5cecc230fb fix: restore POST forms that open a new window with target=_blank (#21469)
* fix: restore parts of original ResourceRequestBody V8 conversion

Restore some of the original conversion logic in order to fix target=_blank post form submissions.

* test: add test for POST form submission
2019-12-11 15:46:25 +09:00

8 lines
156 B
HTML

<html>
<body>
<form id="form" method="post">
<input name="greeting" value="hello">
<input type="submit" value="submit">
</form>
</body>
</html>