mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
SubmitEvent and test changes
This commit is contained in:
parent
1352e7188a
commit
9cc218d0b0
18 changed files with 131 additions and 58 deletions
|
@ -2470,7 +2470,7 @@ impl Activatable for HTMLInputElement {
|
|||
self.form_owner().map(|o| {
|
||||
o.submit(
|
||||
SubmittedFrom::NotFromForm,
|
||||
FormSubmitter::InputElement(self.clone()),
|
||||
FormSubmitter::InputElement(self),
|
||||
)
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue