]> source.dussan.org Git - jquery.git/commit
Tests: Remove a workaround for a Firefox XML parsing issue
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 3 Oct 2022 20:53:39 +0000 (22:53 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 20:53:39 +0000 (22:53 +0200)
commite7ffe1f135dfa68ce3065b2bd319a29a57866dc6
tree31b1b4e7cdf1972b3cbccfd4a4c95ad9282eab9d
parent7eb0019640a5856c42b451551eb7f995d913eba9
Tests: Remove a workaround for a Firefox XML parsing issue

Firefox 96-100 used to report the column number smaller by 2 than it should
in the `parsererror` element generated for invalid XML documents. Since that
version range is unsupported now and it includes no ESR versions, the workaround
can now be dropped.

Closes gh-5109
Ref gh-5018
test/unit/core.js