servo/tests/unit/script
bors-servo 7b134440fc Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdm
Implement custom element reactions

<!-- Please describe your changes on the following line: -->
Initial work for implementing custom element reactions: https://html.spec.whatwg.org/multipage/custom-elements.html#custom-element-reactions

---
<!-- 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 #17433 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17614)
<!-- Reviewable:end -->
2017-07-17 22:58:53 -07:00
..
Cargo.toml Bump serde to 1.0 2017-06-16 13:31:18 +02:00
headers.rs Introduce a script::test module to expose the APIs needed for unit tests. 2016-12-22 15:58:53 +01:00
htmlareaelement.rs Refactor HTMLImageElement::handle_event to be idiomatic 2017-07-07 21:07:12 +04:00
lib.rs Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
origin.rs Add ImmutableOrigin to allow for serializing origins 2017-02-22 11:11:59 -06:00
size_of.rs Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdm 2017-07-17 22:58:53 -07:00
textinput.rs Auto merge of #15822 - charlesvdv:unicode-panic, r=emilio 2017-04-16 15:08:59 -05:00