mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Don't alter query string when submitting form by POST.
This commit is contained in:
parent
27c25116d3
commit
1c7cfafcc5
4 changed files with 8 additions and 5 deletions
|
@ -96,7 +96,7 @@ function run_simple_test() {
|
|||
var testframe = document.getElementById("testframe");
|
||||
var testdocument = testframe.contentWindow.document;
|
||||
testdocument.body.innerHTML =
|
||||
"<form id=testform method=post action=\"form-submission.py\" enctype=\"" + test_obj.enctype + "\">" +
|
||||
"<form id=testform method=post action=\"form-submission.py?query=1\" enctype=\"" + test_obj.enctype + "\">" +
|
||||
test_obj.input +
|
||||
test_obj.submitelement +
|
||||
"</form>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue