Home | History | Annotate | Download | only in tests

Lines Matching defs:iframe

217     EXPECT_NE(std::string::npos, content.find(" visible iframe"));
219 EXPECT_EQ(std::string::npos, content.find(" invisible iframe"));
220 EXPECT_EQ(std::string::npos, content.find("iframe with zero size"));
2852 WebFrame* iframe = webViewHelper.webView()->findFrameByName(WebString::fromUTF8("ifr"));
2853 ASSERT_TRUE(iframe);
2854 WebDataSource* iframeDataSource = iframe->dataSource();
2946 // Load a frame with an iframe, make sure we get the right create notifications.
3142 const char outerFrameSource[] = "Hello<iframe></iframe> world";
3298 // This is because results 2 to 9 are inside an iframe located between results 0 and 1. This applies to the fixed div too.
5284 "javascript:document.body.appendChild(document.createElement('iframe'))");
5285 WebFrame* iframe = frame->firstChild();
5286 EXPECT_EQ(client.frame(), iframe);
5291 EXPECT_EQ(client.frame(), iframe);
5296 EXPECT_EQ(client.frame(), iframe);
5299 // Repeat the test, but start out the iframe with initial URL, which is not
5302 "javascript:var f = document.createElement('iframe'); "
5306 iframe = frame->firstChild()->nextSibling();
5307 EXPECT_EQ(client.frame(), iframe);
5312 EXPECT_EQ(client.frame(), iframe);