mshtml: Marked invalid test as broken.

This commit is contained in:
Jacek Caban 2010-08-31 13:10:29 +02:00 committed by Alexandre Julliard
parent 98d05ee873
commit 551d98dd20
1 changed files with 1 additions and 2 deletions

View File

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