Home | History | Annotate | Download | only in tests

Lines Matching refs:body

29 #define HTML_DOCUMENT_TITLE "<html><head><title>This is the title</title></head><body></body></html>"
30 #define HTML_DOCUMENT_ELEMENTS "<html><body><ul><li>1</li><li>2</li><li>3</li></ul></body></html>"
31 #define HTML_DOCUMENT_ELEMENTS_CLASS "<html><body><div class=\"test\"></div><div class=\"strange\"></div><div class=\"test\"></div></body></html>"
32 #define HTML_DOCUMENT_ELEMENTS_ID "<html><body><div id=\"testok\"></div><div id=\"testbad\">first</div><div id=\"testbad\">second</div></body></html>"
33 #define HTML_DOCUMENT_LINKS "<html><head><title>Title</title></head><body><a href=\"about:blank\">blank</a><a href=\"http://www.google.com\">google</a><a href=\"http://www.webkit.org\">webkit</a></body></html>"
34 #define HTML_DOCUMENT_IFRAME "<html><head><title>IFrame</title></head><body><iframe id='iframe'></iframe><div id='test'></div></body></html>"
208 WebKitDOMHTMLElement* body = webkit_dom_document_get_body(document);
209 g_assert(body);
210 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count);
233 body = webkit_dom_document_get_body(document);
234 g_assert(body);
235 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count);
246 g_object_unref(body);
303 body = webkit_dom_document_get_body(document);
304 g_assert(body);
305 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count);