Backed out changeset 96d8ca0dd540 (bug 842511)

This commit is contained in:
Tim Taubert 2013-02-22 22:23:25 +01:00
Родитель 281c5ad004
Коммит e2e509208b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -264,7 +264,7 @@ test = new Test("http://localhost:4444/",
tests.push(test);
function start(ch)
{
do_check_eq(ch.getResponseHeader("Content-Type"), "text/html;charset=utf-8");
do_check_eq(ch.getResponseHeader("Content-Type"), "text/html");
}
function stopRootDirectory(ch, cx, status, data)
{