mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
script: Do not include fragments when comparing URLs in CookieStore
(#38876)
Fixes a check for empty options in `getAll(options)` and makes url comparison with exclude fragments set to true. Testing: New passing WPT tests Part of #37674 --------- Signed-off-by: Sebastian C <sebsebmc@gmail.com>
This commit is contained in:
parent
84f478a47a
commit
e5c83ec419
14 changed files with 46 additions and 66 deletions
|
@ -1,12 +1,13 @@
|
|||
[httponly_cookies.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[HttpOnly cookies are not observed]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[HttpOnly cookies can not be set by document.cookie]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[HttpOnly cookies can not be set by CookieStore]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[HttpOnly cookies are not deleted/overwritten]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue