mshtml: Test contentWindow interfaces of frame and iframe elements.

This commit is contained in:
Jacek Caban 2012-08-13 11:03:02 +02:00 committed by Alexandre Julliard
parent 4d24132ea4
commit 0ec75b1a5f
1 changed files with 2 additions and 0 deletions

View File

@ -4975,6 +4975,7 @@ static void test_frame_doc(IUnknown *frame_elem, BOOL iframe)
HRESULT hres;
content_window = get_frame_content_window(frame_elem);
test_ifaces((IUnknown*)content_window, window_iids);
window_doc = get_window_doc(content_window);
IHTMLWindow2_Release(content_window);
@ -5025,6 +5026,7 @@ static void test_iframe_elem(IHTMLElement *elem)
test_framebase((IUnknown*)elem);
content_window = get_frame_content_window((IUnknown*)elem);
test_ifaces((IUnknown*)content_window, window_iids);
test_window_length(content_window, 0);
content_doc = get_window_doc(content_window);