Backed out 3 changesets (bug 1309699) because this wasn't supposed to land on trunk a=backout

Backed out changeset b10e48ea5d20 (bug 1309699)
Backed out changeset 829c16e72fb7 (bug 1309699)
Backed out changeset 559fa765dbf1 (bug 1309699)
This commit is contained in:
Wes Kocher 2016-10-14 12:20:24 -07:00
Родитель 93292bd3af
Коммит 7df86d1999
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -4,10 +4,6 @@
// check that if a page captured in the background attempts to set a cookie,
// that cookie is not saved for subsequent requests.
function* runTests() {
yield SpecialPowers.pushPrefEnv({
set: [["privacy.usercontext.about_newtab_segregation.enabled", true]]
});
let url = bgTestPageURL({
setRedCookie: true,
iframe: bgTestPageURL({ setRedCookie: true}),