tree: fde7a1170516db0990577ded270c79921b30fa81 [path history] [tgz]
  1. resources/
  2. first-party-cookie-accepted.https.html
  3. README.md
  4. third-party-cookie-blocked-on-cross-origin-websocket.https.html
  5. third-party-cookie-blocked-on-same-origin-websocket.https.html
  6. third-party-cookie-blocked.https.html
chromium/src/third_party/blink/web_tests/wpt_internal/websocket-cookies/README.md

These tests are for testing third party cookie blocking in conjunction with WebSockets.

These tests were ported over from http/tests/security/cookies/websocket/. They need to be here because secure WebSockets are required in order to use SameSite=None cookies, and wptserve has a wss server but the regular web test runner does not.

Also see external/wpt/websockets/cookies/third-party-cookie-accepted.https.html, which would be part of this test suite but it doesn‘t need to use testRunner (since it doesn’t use third-party cookie blocking) so it can go in external/wpt.