Commit 1c51d359 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added body dispatch id test.

parent 2950c3fa
......@@ -257,7 +257,7 @@ static const elem_type_info_t elem_type_infos[] = {
{"HTML", elem_iids, NULL},
{"HEAD", elem_iids, NULL},
{"TITLE", elem_iids, NULL},
{"BODY", body_iids, NULL},
{"BODY", body_iids, &DIID_DispHTMLBody},
{"A", anchor_iids, NULL},
{"INPUT", input_iids, &DIID_DispHTMLInputElement},
{"SELECT", select_iids, &DIID_DispHTMLSelectElement},
......
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