Jacek Caban (@jacek) commented about dlls/mshtml/tests/dom.c:
static const char emptydiv_str[] = "<html><head><title>emptydiv test</title></head>" "<body><div id="divid"></div></body></html>"; +static const char emptydiv_ie9_str[] =
- "<html><head><meta http-equiv="x-ua-compatible" content="IE=9"/><title>emptydiv test</title></head>"
- "<body><div id="divid"></div></body></html>";
Let's try to avoid adding more strings here. You could change `test_docfrag` to use `set_body_html` and then use the existing `doc_blank`/`doc_blank_ie9`.