Index: LayoutTests/http/tests/security/cross-origin-worker-indexeddb-expected.txt |
diff --git a/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-expected.txt b/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-expected.txt |
deleted file mode 100644 |
index b850e51e7b7669e707da5ca3ebf930966f3e3e74..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-The first iframe below should return a security error, and the second should successfully open the database. |
- |
- |
- |
--------- |
-Frame: '<!--framePath //<!--frame0-->-->' |
--------- |
-self.webkitIndexedDB.deleteDatabase() threw an exception: SecurityError |
-self.webkitIndexedDB.open() threw an exception: SecurityError |
-self.webkitIndexedDB.webkitGetDatabaseNames() threw an exception: SecurityError |
- |
- |
--------- |
-Frame: '<!--framePath //<!--frame1-->-->' |
--------- |
-Successfully called self.webkitIndexedDB.deleteDatabase(). |
-Successfully called self.webkitIndexedDB.open(). |
-Successfully called self.webkitIndexedDB.webkitGetDatabaseNames(). |
- |