mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
webdriver: configure Expires and SameSite in handle_add_cookie (#38285)
Handler::handle_add_cookie did not configure the attributes "Expires" and "SameSite". This patch adds them. Testing: Passing WPT tests that were expected to fail. Fixes: https://github.com/servo/servo/pull/37715#issuecomment-3069734014 Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
This commit is contained in:
parent
a3de3ffa75
commit
4d899ecba5
4 changed files with 30 additions and 30 deletions
|
@ -25,21 +25,3 @@
|
|||
|
||||
[test_cookie_unsupported_scheme[secure websocket\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_add_non_session_cookie]
|
||||
expected: FAIL
|
||||
|
||||
[test_add_cookie_with_expiry_in_the_future]
|
||||
expected: FAIL
|
||||
|
||||
[test_add_cookie_with_valid_samesite_flag[None\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_add_cookie_with_valid_samesite_flag[Lax\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_add_cookie_with_valid_samesite_flag[Strict\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_add_cookie_with_invalid_samesite_flag]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue