Tests: Disable the ":lang respects escaped backslashes" test
commit62b9a2583460c2384f6de1d0a6aeaf05e51d523b
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 27 Jun 2023 16:05:46 +0000 (27 18:05 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 16:05:46 +0000 (27 18:05 +0200)
treebdf4381306e74c9e9f91eb566a675b922122189e
parent67cb1af7740a956e150e8d93266c4e601f55e8a4
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
test/unit/selector.js