]> source.dussan.org Git - jquery.git/commit
Tests: Disable the ":lang respects escaped backslashes" test
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 27 Jun 2023 16:05:46 +0000 (18:05 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 27 Jun 2023 16:10:21 +0000 (18:10 +0200)
commit5aa7d93acf61b165b12c4e4cc2440536a5fa94af
tree08add3b7f8ad4e58fc98ef71844b51542af72d72
parent141518e9c0382f6b384ad842c6349e518850ed2d
Tests: Disable the ":lang respects escaped backslashes" test

Firefox 114+ no longer match on backslashes in `:lang()`, even when escaped.
It is an intentional change as `:lang()` parameters are supposed to be valid
BCP 47 strings. Therefore, we won't attempt to patch it.
We'll keep this test here until other browsers match the behavior.

Fixes gh-5271
Closes gh-5277
Ref https://bugzilla.mozilla.org/show_bug.cgi?id=1839747#c1
Ref https://github.com/w3c/csswg-drafts/issues/8720#issuecomment-1509242961

(cherry picked from commit 62b9a2583460c2384f6de1d0a6aeaf05e51d523b)
test/unit/selector.js