Index: LayoutTests/http/tests/security/cross-origin-indexeddb-expected.txt |
diff --git a/LayoutTests/http/tests/security/cross-origin-indexeddb-expected.txt b/LayoutTests/http/tests/security/cross-origin-indexeddb-expected.txt |
deleted file mode 100644 |
index 043ae0bc175b536ec57ff0ac97b43defa849ba5f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/cross-origin-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-->-->' |
--------- |
-window.webkitIndexedDB.deleteDatabase() threw an exception: SecurityError |
-window.webkitIndexedDB.open() threw an exception: SecurityError |
-window.webkitIndexedDB.webkitGetDatabaseNames() threw an exception: SecurityError |
- |
- |
--------- |
-Frame: '<!--framePath //<!--frame1-->-->' |
--------- |
-Successfully called window.webkitIndexedDB.deleteDatabase(). |
-Successfully called window.webkitIndexedDB.open(). |
-Successfully called window.webkitIndexedDB.webkitGetDatabaseNames(). |
- |