servo/tests/unit/script
bors-servo e45546edf0 Auto merge of #15822 - charlesvdv:unicode-panic, r=emilio
Correct unicode handling for text input

<!-- Please describe your changes on the following line: -->
Allow proprer handling of unicode sequence in text input.

---
<!-- 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 #15819

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

<!-- 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/15822)
<!-- Reviewable:end -->
2017-04-16 15:08:59 -05:00
..
Cargo.toml Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01: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 Make area structs accessible from area tests 2017-01-11 12:22:11 -08: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 script: Update expected size of elements now we have bigger state flags. 2017-03-29 15:44:47 +02:00
textinput.rs Auto merge of #15822 - charlesvdv:unicode-panic, r=emilio 2017-04-16 15:08:59 -05:00