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>
This commit is contained in:
parent
f2e4955d5a
commit
fff82ac268
dlls/mshtml/tests
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue