electron/spec/fixtures/pages/form-with-data.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>