diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-01-06 22:14:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 22:14:25 -0500 |
commit | 709e06928a3cd09426a54cab66aaa8557d739239 (patch) | |
tree | 26e72d57b534441176669075ec5bfcdd820c41c7 /components/script/dom/htmltitleelement.rs | |
parent | 1d645f37418719a3f965f5729543c97c2d057d01 (diff) | |
parent | a322c6079b623fc9e4f710ec22b21712fb295767 (diff) | |
download | servo-709e06928a3cd09426a54cab66aaa8557d739239.tar.gz servo-709e06928a3cd09426a54cab66aaa8557d739239.zip |
Auto merge of #25412 - pshaughn:outputvalue, r=jdm
implement HTMLOutputElement.value
HTMLOutputElement now works. I believe layout as well as script is working for it, since it works by putting strings into a child Text node and lays itself out exactly like a span, not requiring any special case rendering like textareas or input elements.
Remaining failures are one mutation test case that everyone else is also failing and probably represents a test/spec mismatch, and all the validation-related tests since we don't have any form-validation hooks.
---
<!-- 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 #25002 (GitHub issue number if applicable)
<!-- 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/htmltitleelement.rs')
0 files changed, 0 insertions, 0 deletions