CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 05:37:35 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/jquery/jquery.git
etag: W/"0c87e5ad7ccec50ed1e1813fd98987e0"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=2Rl0PdyHk5%2FJiFjnaUTaifEzlIjuWCaAEQlMDttdDJvofXbTPynsGdBOoQZk1bM4vZ%2FRZv3dJiexjSPDpN%2Fe9SV%2FyXbHT7tYy9%2BSt%2BiWHYsP7z6JUqrrUAY1lPvRfbTepRv%2F91mbovreUCYWJe2elf1gdq5XDe5mw34xhLUd7U1JmORjwQqYVKiFy5aiFCCdKcTyct60KPv04xNqfPT3PU6ZDchMsUpLK%2Fi7EkCu577%2FNJrAcrXyQAG5Tx85YfZHssmS9xPRBHIuMg2YZs3PpA%3D%3D--zwKO1t4XfD8KexPs--NsISmy64hHHwRcvSd0hRRA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1896291724.1759729054; Path=/; Domain=github.com; Expires=Tue, 06 Oct 2026 05:37:34 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 06 Oct 2026 05:37:34 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C3FA:5C720:1C01EF2:244C09B:68E3559E
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test… · jquery/jquery@1a4d87a · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Commit 1a4d87a
authored
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x version)
Chrome 112 & Safari 16.4 introduce two changes:
* `:has()` is non-forgiving
* `CSS.supports( "selector(...)" )` parses everything in a non-forgiving way
We no longer care about the latter but the former means the `cssHas` support
test now passes.
Closes gh-52261 parent 7bb48a0 commit 1a4d87aCopy full SHA for 1a4d87a
File tree
Expand file treeCollapse file tree
2 files changed
+78
-28
lines changedFilter options
- src
- test/unit
Expand file treeCollapse file tree
2 files changed
+78
-28
lines changedCollapse file: src/selector.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
562 |
| - | |
| 561 | + | |
| 562 | + | |
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
|
Collapse file: test/unit/support.js
+76-26Lines changed: 76 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
158 | 182 |
| |
159 | 183 |
| |
160 | 184 |
| |
| |||
178 | 202 |
| |
179 | 203 |
| |
180 | 204 |
| |
181 |
| - | |
| 205 | + | |
182 | 206 |
| |
183 | 207 |
| |
184 | 208 |
| |
| |||
202 | 226 |
| |
203 | 227 |
| |
204 | 228 |
| |
205 |
| - | |
| 229 | + | |
206 | 230 |
| |
207 | 231 |
| |
208 | 232 |
| |
| |||
219 | 243 |
| |
220 | 244 |
| |
221 | 245 |
| |
222 |
| - | |
| 246 | + | |
223 | 247 |
| |
224 | 248 |
| |
225 | 249 |
| |
226 | 250 |
| |
227 | 251 |
| |
228 | 252 |
| |
229 |
| - | |
| 253 | + | |
230 | 254 |
| |
231 | 255 |
| |
232 | 256 |
| |
| |||
243 | 267 |
| |
244 | 268 |
| |
245 | 269 |
| |
246 |
| - | |
247 |
| - | |
| 270 | + | |
| 271 | + | |
248 | 272 |
| |
249 | 273 |
| |
250 | 274 |
| |
| |||
370 | 394 |
| |
371 | 395 |
| |
372 | 396 |
| |
373 |
| - | |
| 397 | + | |
374 | 398 |
| |
375 | 399 |
| |
376 | 400 |
| |
| |||
394 | 418 |
| |
395 | 419 |
| |
396 | 420 |
| |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
397 | 445 |
| |
398 | 446 |
| |
399 | 447 |
| |
| |||
440 | 488 |
| |
441 | 489 |
| |
442 | 490 |
| |
443 |
| - | |
| 491 | + | |
444 | 492 |
| |
445 |
| - | |
| 493 | + | |
446 | 494 |
| |
447 |
| - | |
| 495 | + | |
448 | 496 |
| |
449 |
| - | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
450 | 500 |
| |
451 | 501 |
| |
452 | 502 |
| |
453 | 503 |
| |
454 |
| - | |
455 |
| - | |
456 |
| - | |
| 504 | + | |
457 | 505 |
| |
458 |
| - | |
459 |
| - | |
460 |
| - | |
| 506 | + | |
461 | 507 |
| |
462 |
| - | |
| 508 | + | |
463 | 509 |
| |
464 |
| - | |
| 510 | + | |
465 | 511 |
| |
466 |
| - | |
| 512 | + | |
467 | 513 |
| |
468 |
| - | |
| 514 | + | |
469 | 515 |
| |
470 |
| - | |
| 516 | + | |
471 | 517 |
| |
472 |
| - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
473 | 521 |
| |
474 | 522 |
| |
475 | 523 |
| |
| |||
483 | 531 |
| |
484 | 532 |
| |
485 | 533 |
| |
486 |
| - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
487 | 537 |
| |
488 | 538 |
| |
489 | 539 |
| |
|
You can’t perform that action at this time.
0 commit comments