Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ab38c23be42b9326eebf262fea403151aa380a32
https://github.com/WebKit/WebKit/commit/ab38c23be42b9326eebf262fea403151aa380a32
Author: Anne van Kesteren <[email protected]>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm
Log Message:
-----------
Add test coverage for valid Punycode but invalid UTS46
https://bugs.webkit.org/show_bug.cgi?id=317539
Reviewed by Alex Christensen.
A potential roundtripping issue surfaced in
https://github.com/whatwg/url/pull/914 that we did not have test
coverage for. In particular because after 314820@main to ASCII succeeds
more often, there's a risk that ToUnicode returns something that does
not roundtrip.
We do not have this issue because when to Unicode records an error, we
return the input as-is. Document this with a test so we won't
accidentally regress it.
This is an API test because to Unicode is not exposed to the web at
the moment.
Canonical link: https://commits.webkit.org/315690@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications