Index: content/browser/database_browsertest.cc |
diff --git a/content/browser/database_browsertest.cc b/content/browser/database_browsertest.cc |
index 373a06f2a703c7eadd25c28fb180211bd758feb2..641e21c719d0bf92477bcf9423dac8ca5af4d335 100644 |
--- a/content/browser/database_browsertest.cc |
+++ b/content/browser/database_browsertest.cc |
@@ -254,6 +254,12 @@ IN_PROC_BROWSER_TEST_F(DatabaseTest, ModificationsPersistAfterRendererCrash) { |
CompareRecords(shell(), "1"); |
} |
+// Verify database modifications persist after crashing window. |
+IN_PROC_BROWSER_TEST_F(DatabaseTest, CrashOnly) { |
+ Navigate(shell()); |
+ CrashTab(shell()->web_contents()); |
+} |
+ |
// Test to check if database modifications are persistent across windows in |
// off the record window. |
IN_PROC_BROWSER_TEST_F(DatabaseTest, OffTheRecordDBPersistentAcrossWindows) { |