Searched refs:test_put_href (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 5981 static void test_put_href(IHTMLDocument2 *doc, BOOL use_replace, const char *href, const char *new_… in test_put_href() function 7769 …test_put_href(doc, FALSE, "#test", "http://test.winehq.org/tests/winehq_snapshot/#test", FALSE, TR… in test_HTMLDocument_http() 7774 test_put_href(doc, FALSE, NULL, "javascript:external%20&&undefined", TRUE, FALSE, 0); in test_HTMLDocument_http() 7775 …test_put_href(doc, FALSE, NULL, "about:blank", FALSE, FALSE, support_wbapp ? DWL_EXPECT_HISTUPDATE… in test_HTMLDocument_http() 7776 test_put_href(doc, TRUE, NULL, "about:replace", FALSE, FALSE, 0); in test_HTMLDocument_http() 7780 …test_put_href(doc, FALSE, NULL, "about:blank", FALSE, FALSE, support_wbapp ? DWL_EXPECT_HISTUPDATE… in test_HTMLDocument_http() 7788 …test_put_href(doc, FALSE, NULL, "http://test.winehq.org/tests/file.winetest", FALSE, FALSE, DWL_EX… in test_HTMLDocument_http()
|