Home | History | Annotate | Download | only in tests

Lines Matching refs:frames

124     WebVector<WebURL> frames;
127 m_webView, m_supportedSchemes, &resources, &frames));
130 EXPECT_EQ(1, frames.size()); // There should be no duplicates.
131 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
152 // Register the mocked frames.
170 WebVector<WebURL> frames;
173 m_webView, m_supportedSchemes, &resources, &frames));
176 EXPECT_EQ(4, frames.size()); // There should be no duplicates.
177 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
178 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/simple_iframe.html"));
179 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/object_iframe.html"));
180 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/embed_iframe.html"));