mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 96d8ca0dd540 (bug 842511)
This commit is contained in:
parent
44139238e8
commit
4a2b4cda74
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user