From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/domxpath/fn-lang.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'testing/web-platform/tests/domxpath') diff --git a/testing/web-platform/tests/domxpath/fn-lang.html b/testing/web-platform/tests/domxpath/fn-lang.html index c7c102945d..1fbd0a2ee4 100644 --- a/testing/web-platform/tests/domxpath/fn-lang.html +++ b/testing/web-platform/tests/domxpath/fn-lang.html @@ -1,6 +1,5 @@ - @@ -35,13 +34,7 @@ testFirstChild('lang("ja")', ''); // equal to the argument ignoring that suffix of the attribute value testFirstChild('lang("ja")', ''); -// U+212A should match to ASCII 'k'. -// XPath 1.0 says: -// ... such that the attribute value is equal to the argument ignoring that suffix -// of the attribute value and ignoring case. -// XPath 3.1 says: -// ... true if and only if, based on a caseless default match as specified in -// section 3.13 of The Unicode Standard, -testFirstChild('lang("ko")', ''); +// XPath 3.1 is not to be followed as per: https://github.com/whatwg/dom/issues/1199 +testFirstChild('lang("ko")', ''); -- cgit v1.2.3