diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-07-02 09:54:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 09:54:47 -0400 |
commit | 3bc4a935f8d456ed26954a283c4a9857f95e5b6a (patch) | |
tree | 2bdfa8a32da3ca14ba80848663ad5ced0f7e74cc /python/servo/devenv_commands.py | |
parent | 5d8812e2a132d59b6cf3d39b57dcf1594eea8023 (diff) | |
parent | 8194da2752feda8ae58de455ebe0ca6f5904feb8 (diff) | |
download | servo-3bc4a935f8d456ed26954a283c4a9857f95e5b6a.tar.gz servo-3bc4a935f8d456ed26954a283c4a9857f95e5b6a.zip |
Auto merge of #27100 - muodov:master, r=gterzian
Implement HTMLFormElement.requestSubmit()
<!-- Please describe your changes on the following line: -->
This PR contains an implementation of [HTMLFormElement.requestSubmit()](https://html.spec.whatwg.org/multipage/forms.html#dom-form-requestsubmit)
This is literally my first hundred lines of Rust code, so if I crossed a few sacred lines here and there, please go easy on me :)
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23417
<!-- Either: -->
- [x] [WPT tests](https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/html/semantics/forms/the-form-element/form-requestsubmit.html) for these changes
There are two tests that still fail because we don't support `:invalid` CSS selector (see #10781). I verified that they pass if you change them to not use `:invalid`. Should be unlocked by #26729.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'python/servo/devenv_commands.py')
0 files changed, 0 insertions, 0 deletions