[webkit-reviews] review granted: [Bug 27695] There are many DOM Storage corner cases the layout tests don't currently cover. : [Attachment 33517] v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 01:36:26 PDT 2009


Adam Barth <abarth at webkit.org> has granted Jeremy Orlow <jorlow at chromium.org>'s
request for review:
Bug 27695: There are many DOM Storage corner cases the layout tests don't
currently cover.
https://bugs.webkit.org/show_bug.cgi?id=27695

Attachment 33517: v1
https://bugs.webkit.org/attachment.cgi?id=33517&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
Yay tests.  One comment:

+ log("window.sessionStorage == window.sessionStorage: " +
(window.sessionStorage == window.sessionStorage));

You should test === too (in both places).


More information about the webkit-reviews mailing list