mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
mshtml: Added more parser compatMode tests.
This commit is contained in:
parent
fb9620f1c8
commit
ae56273c46
@ -7439,6 +7439,7 @@ static void test_quirks_mode(void)
|
|||||||
{
|
{
|
||||||
run_domtest("<html></html>", check_quirks_mode);
|
run_domtest("<html></html>", check_quirks_mode);
|
||||||
run_domtest("<!DOCTYPE html>\n<html></html>", check_strict_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)
|
START_TEST(dom)
|
||||||
|
Loading…
Reference in New Issue
Block a user