Bug 1700051: part 46) Const-qualify `mozInlineSpellStatus::mAnchorRange`. r=smaug
[gecko.git] / netwerk / test / browser / post.html
blob9d238c2b97288fec4edd3fb5aaca4839d48de6f1
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>post file</title>
6 </head>
7 <body">
8 <form id="form" action="auth_post.sjs" method="post" enctype="multipart/form-data">
9 <input type="hidden" id="input_hidden" name="foo" value="bar">
10 <input id="input_file" name="test_file" type="file">
11 <input type="submit">
12 </form>
13 </body>
14 </html>