Index: content/browser/in_process_webkit/indexed_db_browsertest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc |
index c849a183f3b146f50976c66458c45c1517f039a1..759efda1ebd09ca5e126ce5a8770a9eff17fe557 100644 |
--- a/content/browser/in_process_webkit/indexed_db_browsertest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc |
@@ -69,6 +69,10 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTestIncognito) { |
true /* incognito */); |
} |
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorPrefetch) { |
+ SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_prefetch.html")))); |
+} |
+ |
// Flaky: http://crbug.com/70773 |
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_IndexTest) { |
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("index_test.html")))); |