Home | History | Annotate | Download | only in tests

Lines Matching defs:frames

121     WebVector<WebURL> frames;
124 m_webView, m_supportedSchemes, &resources, &frames));
127 EXPECT_EQ(1U, frames.size()); // There should be no duplicates.
128 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
149 // Register the mocked frames.
167 WebVector<WebURL> frames;
170 m_webView, m_supportedSchemes, &resources, &frames));
173 EXPECT_EQ(4U, frames.size()); // There should be no duplicates.
174 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
175 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/simple_iframe.html"));
176 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/object_iframe.html"));
177 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/embed_iframe.html"));