Commit ae56273c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added more parser compatMode tests.

parent fb9620f1
......@@ -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)
......
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