Skip to content

Commit cc65297

Browse files
test: update WPT for url to 40fc257a28
1 parent 63687c3 commit cc65297

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Last update:
2828
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
2929
- resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources
3030
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
31-
- url: https://github.com/web-platform-tests/wpt/tree/814f9a33b0/url
31+
- url: https://github.com/web-platform-tests/wpt/tree/40fc257a28/url
3232
- urlpattern: https://github.com/web-platform-tests/wpt/tree/cff1ac1123/urlpattern
3333
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
3434
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi

test/fixtures/wpt/url/resources/IdnaTestV2.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8708,14 +8708,14 @@
87088708
"output": null
87098709
},
87108710
{
8711-
"comment": "V7; A4_2 (ignored)",
8711+
"comment": "A4_2 (ignored)",
87128712
"input": "\ud88a\udd3120.\u97f3.\ua8661.",
8713-
"output": null
8713+
"output": "xn--20-9802c.xn--0w5a.xn--1-eg4e."
87148714
},
87158715
{
8716-
"comment": "V7; A4_2 (ignored)",
8716+
"comment": "A4_2 (ignored)",
87178717
"input": "xn--20-9802c.xn--0w5a.xn--1-eg4e.",
8718-
"output": null
8718+
"output": "xn--20-9802c.xn--0w5a.xn--1-eg4e."
87198719
},
87208720
{
87218721
"comment": "V7",
@@ -9095,57 +9095,64 @@
90959095
"output": null
90969096
},
90979097
{
9098-
"comment": "C2; V7",
9098+
"comment": "C2",
90999099
"input": "\ud88a\udf9a\uff19\ua369\u17d3\uff0e\u200d\u00df",
91009100
"output": null
91019101
},
91029102
{
9103-
"comment": "C2; V7",
9103+
"comment": "C2",
91049104
"input": "\ud88a\udf9a9\ua369\u17d3.\u200d\u00df",
91059105
"output": null
91069106
},
91079107
{
9108-
"comment": "C2; V7",
9108+
"comment": "C2",
91099109
"input": "\ud88a\udf9a9\ua369\u17d3.\u200dSS",
91109110
"output": null
91119111
},
91129112
{
9113-
"comment": "C2; V7",
9113+
"comment": "C2",
91149114
"input": "\ud88a\udf9a9\ua369\u17d3.\u200dss",
91159115
"output": null
91169116
},
91179117
{
9118-
"comment": "V7",
91199118
"input": "xn--9-i0j5967eg3qz.ss",
9120-
"output": null
9119+
"output": "xn--9-i0j5967eg3qz.ss"
91219120
},
91229121
{
9123-
"comment": "C2; V7",
9122+
"input": "\ud88a\udf9a9\ua369\u17d3.ss",
9123+
"output": "xn--9-i0j5967eg3qz.ss"
9124+
},
9125+
{
9126+
"input": "\ud88a\udf9a9\ua369\u17d3.SS",
9127+
"output": "xn--9-i0j5967eg3qz.ss"
9128+
},
9129+
{
9130+
"comment": "C2",
91249131
"input": "xn--9-i0j5967eg3qz.xn--ss-l1t",
91259132
"output": null
91269133
},
91279134
{
9128-
"comment": "C2; V7",
9135+
"comment": "C2",
91299136
"input": "xn--9-i0j5967eg3qz.xn--zca770n",
91309137
"output": null
91319138
},
91329139
{
9133-
"comment": "C2; V7",
9140+
"comment": "C2",
91349141
"input": "\ud88a\udf9a\uff19\ua369\u17d3\uff0e\u200dSS",
91359142
"output": null
91369143
},
91379144
{
9138-
"comment": "C2; V7",
9145+
"comment": "C2",
91399146
"input": "\ud88a\udf9a\uff19\ua369\u17d3\uff0e\u200dss",
91409147
"output": null
91419148
},
91429149
{
9143-
"comment": "C2; V7",
9150+
"comment": "C2",
91449151
"input": "\ud88a\udf9a9\ua369\u17d3.\u200dSs",
91459152
"output": null
91469153
},
91479154
{
9148-
"comment": "C2; V7",
9155+
"comment": "C2",
91499156
"input": "\ud88a\udf9a\uff19\ua369\u17d3\uff0e\u200dSs",
91509157
"output": null
91519158
},

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"path": "streams"
7373
},
7474
"url": {
75-
"commit": "814f9a33b0e505bb256a3de377199c3f61b05538",
75+
"commit": "40fc257a28faf7c378f59185235685ea8684e8f4",
7676
"path": "url"
7777
},
7878
"urlpattern": {

0 commit comments

Comments
 (0)