Lines Matching full:iframe
34 #define HTML_DOCUMENT_IFRAME "<html><head><title>IFrame</title></head><body><iframe id='iframe'></iframe><div id='test'></div></body></html>"
263 WebKitDOMElement* iframe = webkit_dom_document_get_element_by_id(document, "iframe");
264 g_assert(iframe);
266 webkit_dom_element_set_attribute(iframe, "src", "data:<html><head></head></html>", NULL);
271 WebKitDOMDocument* iframeDocument = webkit_dom_html_iframe_element_get_content_document(WEBKIT_DOM_HTML_IFRAME_ELEMENT(iframe));
277 webkit_dom_element_set_attribute(iframe, "src", "about:blank", NULL);