Bug 487695 - Decide on localStorage behavior in session-only cookies or private-browsing mode, test bustage fix

This commit is contained in:
Honza Bambas 2009-05-18 12:50:43 +02:00
Родитель de8a0ebe72
Коммит 19967018da
2 изменённых файлов: 16 добавлений и 0 удалений

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

@ -91,6 +91,7 @@ function doStep()
break;
case "":
default:
switch (operation)
{
case "clear":

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

@ -113,6 +113,21 @@ function doNextTest()
break;
case 8:
slaveOrigin = "http://example.com";
slave.location = slaveOrigin + slavePath + "frameQuotaSessionOnly.html?clear";
break;
case 9:
slaveOrigin = "https://test1.example.com";
slave.location = slaveOrigin + slavePath + "frameQuotaSessionOnly.html?clear";
break;
case 10:
slaveOrigin = "http://sub1.xn--hxajbheg2az3al.xn--jxalpdlp";
slave.location = slaveOrigin + slavePath + "frameQuotaSessionOnly.html?clear";
break;
case 11:
SimpleTest.finish();
}