File tree 3 files changed +28
-2
lines changed
3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Last update:
28
28
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
29
29
- resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources
30
30
- streams: https://github.com/web-platform-tests/wpt/tree/9b03282a99/streams
31
- - url: https://github.com/web-platform-tests/wpt/tree/7f369fef2b /url
31
+ - url: https://github.com/web-platform-tests/wpt/tree/6a39784534 /url
32
32
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
33
33
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
34
34
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
Original file line number Diff line number Diff line change 172
172
{
173
173
"input" : " ≯" ,
174
174
"output" : " xn--hdh"
175
+ },
176
+ {
177
+ "comment" : " NFC normalization (forbidden < and > characters are normalized to valid ones)" ,
178
+ "input" : " =\u0338 " ,
179
+ "output" : " xn--1ch"
180
+ },
181
+ {
182
+ "input" : " <\u0338 " ,
183
+ "output" : " xn--gdh"
184
+ },
185
+ {
186
+ "input" : " >\u0338 " ,
187
+ "output" : " xn--hdh"
188
+ },
189
+ {
190
+ "comment" : " Same with inserted IDNA ignored code point" ,
191
+ "input" : " =\u00AD\u0338 " ,
192
+ "output" : " xn--1ch"
193
+ },
194
+ {
195
+ "input" : " <\u00AD\u0338 " ,
196
+ "output" : " xn--gdh"
197
+ },
198
+ {
199
+ "input" : " >\u00AD\u0338 " ,
200
+ "output" : " xn--hdh"
175
201
}
176
202
]
Original file line number Diff line number Diff line change 72
72
"path" : " streams"
73
73
},
74
74
"url" : {
75
- "commit" : " 7f369fef2b6f740a0738510331274bf2cbf7b509 " ,
75
+ "commit" : " 6a39784534e118acc102cf5252c542378831401d " ,
76
76
"path" : " url"
77
77
},
78
78
"user-timing" : {
You can’t perform that action at this time.
0 commit comments