[Webkit-unassigned] [Bug 63545] dom/html/level2/html/HTMLDocument12.html and dom/xhtml/level2/html/HTMLDocument12.xhtml fail on my machine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 17:08:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63545





--- Comment #13 from Eric Seidel <eric at webkit.org>  2011-06-28 17:08:49 PST ---
Entertainingly enough, it doesn't seem possible to clear document.cookie from a file url.

I tried the following in Safari:

<script>
alert(document.cookie);
document.cookie = "";
alert(document.cookie);
document.cookie = "foo";
alert(document.cookie);
</script>

And showed the following on my machine:

ALERT: style=null
ALERT: style=null
ALERT: foo=;style=null

Eventually I just moved my ~/Library/Cookies/Cookies.plist out of the way to clear all the cookies.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list