Bug 1541248 - Make sure browser_storage_values.js does not depend on the value of the privacy.documentCookies.maxage pref; r=baku on a CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D25878

--HG--
extra : source : cc704998fa1500bc170cba068d1731aab64057c7
extra : histedit_source : 033596cba01318aad1a61454d9ad1d4b7b64f87b
This commit is contained in:
Ehsan Akhgari 2019-04-03 05:17:52 +00:00
Родитель fdcfebaed3
Коммит b63138b85d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -149,6 +149,8 @@ const testCases = [
];
add_task(async function() {
await SpecialPowers.pushPrefEnv({set: [["privacy.documentCookies.maxage", 0]]});
await openTabAndSetupStorage(MAIN_DOMAIN + "storage-complex-values.html");
gUI.tree.expandAll();