Module: wine Branch: master Commit: 1c51d3598df31a196320c74fb39f9fa33f537dc9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c51d3598df31a196320c74fb3...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Sep 12 00:12:13 2008 +0200
mshtml: Added body dispatch id test.
---
dlls/mshtml/tests/dom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index ed28808..84c18e6 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -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},