Files
ladybird/Tests/LibWeb/Text/input/cookie-working.html
Jelle Raaijmakers f326f087fa Tests/LibWeb: Prevent inadvertent cookie expiration
We were testing cookie expiry by setting moving a Date 1000ms to the
future, and then calling `.toUTCString()` on it. However, that method
truncates milliseconds and could cause the actual expiry to be almost
immediately - that makes this test flaky, especially on slower machines.

Fix the issue by using a larger expiry.
2026-03-20 19:31:23 +01:00

6.1 KiB