mirror of
https://github.com/electron/electron.git
synced 2026-01-15 02:18:18 -05:00
* 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
9 lines
156 B
HTML
9 lines
156 B
HTML
<html>
|
|
<body>
|
|
<form id="form" method="post">
|
|
<input name="greeting" value="hello">
|
|
<input type="submit" value="submit">
|
|
</form>
|
|
</body>
|
|
</html>
|