Bug 20265 - LayoutTests/fast/cookies/local-file-can-set-cookies.html is failing because the cookie expired
Summary: LayoutTests/fast/cookies/local-file-can-set-cookies.html is failing because t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-02 21:02 PDT by Mark Larson (Google)
Modified: 2008-08-03 19:41 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Larson (Google) 2008-08-02 21:02:31 PDT
This line is the culprit:

document.cookie = 'ppkcookie1=testcookie; expires=Thu, 2 Aug 2008 20:47:11 UTC'
Comment 1 Mark Larson (Google) 2008-08-03 19:41:18 PDT
Fixed with http://trac.webkit.org/changeset/35534

fast/cookies/local-file-can-set-cookies.html: Set cookie 
expiration date 60 seconds into the future instead of a 
hard-coded date.