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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1032 const std::string barUrl = m_baseURL + "bar.html"; local
1038 // Drag and drop barUrl and verify that we've navigated to it.
1039 DragAndDropURL(webView, barUrl);
1040 EXPECT_EQ(barUrl, webView->mainFrame()->document().url().string().utf8());
1049 // Attempt to drag and drop to barUrl and verify that no navigation has occurred.
1050 DragAndDropURL(webView, barUrl);

Completed in 33 milliseconds