Lines Matching full:history
37 """Verify that the omnibox can fetch items from the history."""
70 description: The string description within the history page and Google
84 """Verify omnibox fetches history items in 2nd tab, window and incognito."""
88 # Fetch history page item in the second tab.
91 # Fetch history page items in the second window.
128 self.assertEqual('history-url', matches_description['type'])
190 This includes history result, bookmark result, suggest results.
197 self.NavigateToURL(url) # Build up history.
202 for item_type in ('history-url', 'search-what-you-typed',
261 """Verify page navigation/search from omnibox are added to the history."""
268 history = self.GetHistoryInfo().History()
269 self.assertEqual(2, len(history))
270 self.assertEqual(url, history[1]['url'])
271 self.assertEqual('java - Google Search', history[0]['title'])