Bug 27695

Summary: There are many DOM Storage corner cases the layout tests don't currently cover.
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
v1 abarth: review+

Jeremy Orlow
Reported 2009-07-26 21:14:32 PDT
There are many DOM Storage corner cases the layout tests don't currently cover.
Attachments
v1 (18.46 KB, patch)
2009-07-26 21:44 PDT, Jeremy Orlow
abarth: review+
Jeremy Orlow
Comment 1 2009-07-26 21:44:23 PDT
Created attachment 33517 [details] v1 Add some checks to existing layout tests.
Jeremy Orlow
Comment 2 2009-07-26 21:47:11 PDT
Comment on attachment 33517 [details] v1 Note that almost all of these will have to be done for sessionStorage as well. It's my intention to do them once this is reviewed. If it's cleaner, I can do those changes and add it to this patch. Otherwise I can do them in another patch and just add it to this bug.
Adam Barth
Comment 3 2009-07-28 01:36:26 PDT
Comment on attachment 33517 [details] v1 Yay tests. One comment: + log("window.sessionStorage == window.sessionStorage: " + (window.sessionStorage == window.sessionStorage)); You should test === too (in both places).
Jeremy Orlow
Comment 4 2009-07-28 13:29:41 PDT
Note You need to log in before you can comment on or make changes to this bug.