Open
Bug 2012551
Opened 5 months ago
Updated 5 months ago
Double Punycode prefix tests fail
Categories
(Core :: Networking: DNS, defect, P3)
Core
Networking: DNS
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
According to https://wpt.fyi/results/url/IdnaTestV2.window.html?label=master&label=experimental&aligned&q=%2Furl%2FIdnaTestV2.window.html we are failing two tests that repeat the Punycode prefix.
We should investigate.
Comment 1•5 months ago
|
||
The failing tests are:
ToASCII("xn--xn--a--gua.pt") V4; V2 (ignored)
ToASCII("xn--xn---epa") V4; V2 (ignored)
I noticed those tests also fail in Servo.
Running the rust-url parser code, it seems it parses sucessfully.
So the problem is probably in the IDNA crate, which we use in Firefox too.
You need to log in
before you can comment on or make changes to this bug.
Description
•