servo/tests
bors-servo 4d1641bf9b
Auto merge of #28006 - andreubotella:document-charset-bom, r=jdm
Fix `document.characterSet` not reflecting byte order marks.

The process of decoding the network byte stream to Unicode is backed by an instance of `encoding_rs::Decoder`, which will switch the encoding it uses if it finds a BOM in the byte stream. However, this change in encoding is not communicated back to the caller and so `document.characterSet` gives the wrong result. This change fixes that.

See whatwg/html#5359 and whatwg/encoding#203 for the spec-level backing for this change.

---
<!-- 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 #28005 (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. -->
2021-01-01 13:51:19 -05:00
..
dromaeo Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
html Add some manual tests for verifying mouse events order 2020-07-30 22:07:04 +05:30
jquery Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
power Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
unit Add an implementation of the core float and clear placement logic in layout 2020-07-20 12:42:34 -07:00
wpt Auto merge of #28006 - andreubotella:document-charset-bom, r=jdm 2021-01-01 13:51:19 -05:00