Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more Web Platform Tests #120

Merged
merged 24 commits into from
Dec 6, 2021
Merged

Add more Web Platform Tests #120

merged 24 commits into from
Dec 6, 2021

Conversation

koddsson
Copy link
Collaborator

@koddsson koddsson commented Feb 22, 2021

Refines behaviour to align with more Web Platform Tests.

@koddsson koddsson changed the base branch from master to next December 6, 2021 11:57
@koddsson koddsson changed the title Add rest of Web Platform Tests Add more Web Platform Tests Dec 6, 2021
@koddsson koddsson marked this pull request as ready for review December 6, 2021 12:49
Copy link
Collaborator

@keithamus keithamus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@koddsson koddsson merged commit 5e27abe into next Dec 6, 2021
@koddsson koddsson deleted the rest-of-wpt-tests branch December 6, 2021 12:54
markcellus pushed a commit that referenced this pull request Aug 18, 2022
* Add rest of Web Platform Tests

* Expose `assert.deepEqual` to Web Platform Tests

* `__Secure` prefixed cookies are secure

* Set `sameSite` to `lax` when item is secure

* Set path to `/` when name is prefixed with __Host

* Default `changed` and `deleted` to empty arrays

* Make sure to fail when name is empty and value includes `=`

* Expires can be a date

* Remove unneeded serviceworker test setup file

* Move karma single run option into config file

* Setup service worker registration for tests

* CookieMatchType is unused

* Fix service worker tests

* Implement CookieStoreManager for service workers

* Make sure all the servive worker tests run

* Don't throw errors in `getAll`

* Clean up ordered cookies after test run

* Allow passing of empty object to `getAll`

* Add ability to skip tests that we can't pass right now

* Don't expose CookieStore on the global object

* Update README

* Fix tests

* Update Web Platform Test

* Set return type of get Symbol method
markcellus pushed a commit that referenced this pull request Aug 18, 2022
* Add rest of Web Platform Tests

* Expose `assert.deepEqual` to Web Platform Tests

* `__Secure` prefixed cookies are secure

* Set `sameSite` to `lax` when item is secure

* Set path to `/` when name is prefixed with __Host

* Default `changed` and `deleted` to empty arrays

* Make sure to fail when name is empty and value includes `=`

* Expires can be a date

* Remove unneeded serviceworker test setup file

* Move karma single run option into config file

* Setup service worker registration for tests

* CookieMatchType is unused

* Fix service worker tests

* Implement CookieStoreManager for service workers

* Make sure all the servive worker tests run

* Don't throw errors in `getAll`

* Clean up ordered cookies after test run

* Allow passing of empty object to `getAll`

* Add ability to skip tests that we can't pass right now

* Don't expose CookieStore on the global object

* Update README

* Fix tests

* Update Web Platform Test

* Set return type of get Symbol method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants