Searched refs:fooUrl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1031 const std::string fooUrl = m_baseURL + "foo.html"; local
1034 WebViewImpl* webView = m_webViewHelper.initializeAndLoad(fooUrl);
1042 // Drag and drop fooUrl and verify that we've navigated back to it.
1043 DragAndDropURL(webView, fooUrl);
1044 EXPECT_EQ(fooUrl, webView->mainFrame()->document().url().string().utf8());
1051 EXPECT_EQ(fooUrl, webView->mainFrame()->document().url().string().utf8());

Completed in 284 milliseconds