зеркало из https://github.com/mozilla/pjs.git
merge backout
This commit is contained in:
Коммит
05cfb125d1
|
@ -22,8 +22,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=643051
|
|||
document.cookie = "foo=; expires=Thu, 01-Jan-1970 00:00:01 GMT"; // clear cookie
|
||||
document.cookie = "foo2=; expires=Thu, 01-Jan-1970 00:00:01 GMT"; // clear cookie
|
||||
document.cookie = "foo3=; expires=Thu, 01-Jan-1970 00:00:01 GMT"; // clear cookie
|
||||
// clear cookie set by another test
|
||||
document.cookie = "a=; expires=Thu, 01-Jan-1970 00:00:01 GMT";
|
||||
|
||||
// single cookie, should work
|
||||
document.cookie = "foo=bar";
|
||||
|
@ -35,10 +33,6 @@ is(document.cookie, "foo=bar; foo2=bar", "Wrong cookie value");
|
|||
document.cookie = "foo2=baz; foo3=bar";
|
||||
is(document.cookie, "foo=bar; foo2=baz", "Wrong cookie value");
|
||||
|
||||
// clear cookies again to avoid affecting other tests
|
||||
document.cookie = "foo=; expires=Thu, 01-Jan-1970 00:00:01 GMT";
|
||||
document.cookie = "foo2=; expires=Thu, 01-Jan-1970 00:00:01 GMT";
|
||||
document.cookie = "foo3=; expires=Thu, 01-Jan-1970 00:00:01 GMT";
|
||||
</script>
|
||||
</pre>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче