diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-12-23 22:21:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-23 22:21:47 -0500 |
commit | dadbc36f8cf2953f523b03721605ef168aa7511c (patch) | |
tree | e2c9e628832ae1ef9e853829dedce5c7ad2795ae /components/script/task_source | |
parent | 8791849291b116c7afedebe448ca8b209a8d7531 (diff) | |
parent | 8184a25c17a2a19b239597932a5d8dde980bc937 (diff) | |
download | servo-dadbc36f8cf2953f523b03721605ef168aa7511c.tar.gz servo-dadbc36f8cf2953f523b03721605ef168aa7511c.zip |
Auto merge of #25373 - pshaughn:ce_options_string, r=jdm
let document.createElement[NS] accept a string for options
The string actually does nothing, but spec and WPT don't want it to do anything. https://dom.spec.whatwg.org/#dom-document-createelement only cares about the options value when it's a dictionary, and the WPT test on the string case is just that it isn't throwing an exception.
---
<!-- 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 #25008
<!-- 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/task_source')
0 files changed, 0 insertions, 0 deletions