-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Location: test IDNA behavior of origin #5939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@jgraham this test is rather small and demonstrates my issue with the substitution feature rather clearly. You can use the feature to build up a URL, but this is a) somewhat cumbersome (you need to take care of scheme and port yourself if you want a custom domain) and b) buggy (the port bit doesn't work on w3c-test.org as it uses the default port). |
Firefox (nightly)Testing web-platform-tests at revision f47581f All results1 test ran/html/browsers/history/the-location-interface/location-origin-idna.sub.window.html
|
Sauce (safari)Testing web-platform-tests at revision c8ce1b1 All results1 test ran/html/browsers/history/the-location-interface/location-origin-idna.sub.window.html
|
Sauce (MicrosoftEdge)Testing web-platform-tests at revision c8ce1b1 All results1 test ran/html/browsers/history/the-location-interface/location-origin-idna.sub.window.html
|
Chrome (unstable)Testing web-platform-tests at revision f47581f All results1 test ran/html/browsers/history/the-location-interface/location-origin-idna.sub.window.html
|
And rename “ASCII serialization of an origin” to “serialization of an origin” though allow both to be used. Not all implementations implemented the Unicode variant and the ones that did, did so in a way that made it hard to use. Tests: * web-platform-tests/wpt#5939 * web-platform-tests/wpt#5940 * web-platform-tests/wpt#5941 * web-platform-tests/wpt#5944 * web-platform-tests/wpt#5946 * web-platform-tests/wpt#5955 * web-platform-tests/wpt#5957 * web-platform-tests/wpt#5958 URL Standard change: whatwg/url#311. Service Worker specification follow-up issue: w3c/ServiceWorker#1142. Fixes #2568.
|
I restarted the Safari and Edge stability checker jobs since the results were TIMEOUT (but I didn't get a TIMEOUT in Safari locally). |
And rename “ASCII serialization of an origin” to “serialization of an origin” though allow both to be used. Not all implementations implemented the Unicode variant and the ones that did, did so in a way that made it hard to use. Tests: * web-platform-tests/wpt#5939 * web-platform-tests/wpt#5940 * web-platform-tests/wpt#5941 * web-platform-tests/wpt#5944 * web-platform-tests/wpt#5946 * web-platform-tests/wpt#5955 * web-platform-tests/wpt#5957 * web-platform-tests/wpt#5958 URL Standard change: whatwg/url#311. Service Worker specification follow-up issue: w3c/ServiceWorker#1142. Fixes whatwg#2568.
For whatwg/html#2568.