Some encoding tests, like replacement-encodings.any.js and unsupported-encodings.any.js use XHR to a data URL just a means of testing behaviour of encoding and decoding.
We have a couple of options available to us:
- Ask WPT if they'll consider upgrading these tests to use fetch; create a PR if amenable.
- Otherwise, ensure we have coverage either with existing tests or creating our own version of these tests.