Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
29 Nov
2024
29 Nov
'24
5 p.m.
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`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89249
384
Age (days ago)
384
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)