diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-02-12 15:07:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 15:07:14 -0500 |
commit | 004f0cfcbf3024d329d4773f6bafa07127e2602f (patch) | |
tree | 123e52dc52bfedc92d23314290bdfb1a6d4a735b /components/script/dom/window.rs | |
parent | da75ef25a74e4bcc29be86637706083875118281 (diff) | |
parent | f043a3eee2fa4088a8f58d25ac04ef6a68094460 (diff) | |
download | servo-004f0cfcbf3024d329d4773f6bafa07127e2602f.tar.gz servo-004f0cfcbf3024d329d4773f6bafa07127e2602f.zip |
Auto merge of #25644 - pshaughn:windowreflecting, r=jdm
Give error and resize special getter/setters for body/frameset reflection
<!-- Please describe your changes on the following line: -->
Most of the event handlers that needed to be reflected between body and window were doing so via special getter/setters in htmlelement.rs, but error and resize were missing; they are now included, passing the tests for whether these are reflected.
---
<!-- 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 #25186 for the case that isn't a bad test or an unimplemented event type, and fix #25187
<!-- Either: -->
- [X] There are tests for these changes
<!-- 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 'components/script/dom/window.rs')
0 files changed, 0 insertions, 0 deletions