mshtml/tests: Remove file protocol tests from htmllocation.c.

It's broken on modern IEs anyway.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-03-17 17:57:05 +01:00 committed by Alexandre Julliard
parent f2e4955d5a
commit fff82ac268
1 changed files with 0 additions and 12 deletions

View File

@ -87,18 +87,6 @@ static const struct location_test location_tests[] = {
NULL,
NULL
},
{
"FILE",
"file://C:\\windows\\win.ini",
"file:///C:/windows/win.ini",
"file:",
NULL,
NULL,
"",
"C:\\windows\\win.ini",
NULL,
NULL
}
};
static int str_eq_wa(LPCWSTR strw, const char *stra)