-
Notifications
You must be signed in to change notification settings - Fork 3.6k
self.origin: return IDNA in ASCII #5955
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
Firefox (nightly)Testing web-platform-tests at revision c8bb4d2 All results1 test ran/html/dom/self-origin.sub.html
|
Sauce (safari)Testing web-platform-tests at revision c8bb4d2 All results1 test ran/html/dom/self-origin.sub.html
|
Sauce (MicrosoftEdge)Testing web-platform-tests at revision c8bb4d2 All results1 test ran/html/dom/self-origin.sub.html
|
Chrome (unstable)Testing web-platform-tests at revision c8bb4d2 All results1 test ran/html/dom/self-origin.sub.html
|
|
The stability checker got TIMEOUT results for Edge and Safari. Is that new with this change? I don't get a TIMEOUT for /html/dom/self-origin.sub.html on master in Safari TP when testing locally. Otherwise the change LGTM. |
|
@zcorpan are you sure? It says everything is okay other than you not having used the review tool. |
|
A TIMEOUT result does not fail the check, but it's still a TIMEOUT result. Expand the "all results" from @w3c-bots comments above. If the test status changed relate to master, it would be good to file bugs about that at least. |
|
I misunderstood. I'm not sure if this is new since when we checked this in initially these bots did not exist. @bobholt is this common with the new bots? |
|
@annevk: This is the first time I've seen it. |
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.
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.