Commit 551d98dd authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Marked invalid test as broken.

parent 98d05ee8
...@@ -6834,8 +6834,7 @@ static void run_domtest(const char *str, domtest_t test) ...@@ -6834,8 +6834,7 @@ static void run_domtest(const char *str, domtest_t test)
test(doc); test(doc);
ref = IHTMLDocument2_Release(doc); ref = IHTMLDocument2_Release(doc);
ok(!ref || ok(!ref || broken(ref == 1), /* Vista */
ref == 1, /* Vista */
"ref = %d\n", ref); "ref = %d\n", ref);
} }
......
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