Home | History | Annotate | Download | only in tests

Lines Matching defs:frames

113     WebVector<WebURL> frames;
116 webView(), m_supportedSchemes, &resources, &frames));
119 EXPECT_EQ(1U, frames.size()); // There should be no duplicates.
120 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
141 // Register the mocked frames.
159 WebVector<WebURL> frames;
162 webView(), m_supportedSchemes, &resources, &frames));
165 EXPECT_EQ(4U, frames.size()); // There should be no duplicates.
166 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
167 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/simple_iframe.html"));
168 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/object_iframe.html"));
169 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/embed_iframe.html"));