mshtml: Added more parser compatMode tests.

This commit is contained in:
Jacek Caban 2013-05-17 12:34:45 +02:00 committed by Alexandre Julliard
parent fb9620f1c8
commit ae56273c46
1 changed files with 1 additions and 0 deletions

View File

@ -7439,6 +7439,7 @@ static void test_quirks_mode(void)
{
run_domtest("<html></html>", check_quirks_mode);
run_domtest("<!DOCTYPE html>\n<html></html>", check_strict_mode);
run_domtest("<!-- comment --><!DOCTYPE html>\n<html></html>", check_quirks_mode);
}
START_TEST(dom)