Commit d62b33f2 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

mshtml: Fix a test that fails in Vista.

parent e57badb6
......@@ -2728,7 +2728,9 @@ static void run_domtest(const char *str, domtest_t test)
}
ref = IHTMLDocument2_Release(doc);
ok(!ref, "ref = %d\n", ref);
ok(!ref ||
ref == 1, /* Vista */
"ref = %d\n", ref);
}
static void gecko_installer_workaround(BOOL disable)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment