servo/tests
bors-servo e3a2301efe
Auto merge of #25629 - pshaughn:reflect_translate, r=jdm
Implement "translate" attribute

This attribute is almost a straightforward enumerated one, but the getter value inherits from parents when the content attribute is absent, even when the parents are non-HTML elements. This initial commit is using LocalName::from on a static string; once html5ever has a release with "translate" in the built-in local name list, a small change will be needed.

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

<!-- 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. -->
2020-02-13 08:26:28 -05:00
..
dromaeo
heartbeats Fix tidiness errors for Python3 compatibility across whole repo 2019-12-11 16:03:20 +00:00
html Add smoketest command. 2019-05-09 15:24:18 -04:00
jquery
power
unit Fix benchmark that was no longer building. 2020-02-12 02:43:24 +01:00
wpt Auto merge of #25629 - pshaughn:reflect_translate, r=jdm 2020-02-13 08:26:28 -05:00