Web Inspector: [InspectorIndexedDB] Add tests for database names and database structu...
authorvsevik@chromium.org <vsevik@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 1 Feb 2012 12:02:47 +0000 (12:02 +0000)
committervsevik@chromium.org <vsevik@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 1 Feb 2012 12:02:47 +0000 (12:02 +0000)
commit69d492df3d7e4cd37bd22c3a6bd944f1cfada5ba
treea5ea5b4ffafa34e718ac2534d6d0f9d146c93748
parent6f54172b9ba03b0eeb3b8bfc97495a7837fea014
Web Inspector: [InspectorIndexedDB] Add tests for database names and database structure requests.
https://bugs.webkit.org/show_bug.cgi?id=77439

Reviewed by Pavel Feldman.

Source/WebCore:

Tests: http/tests/inspector/indexeddb/database-names.html
       http/tests/inspector/indexeddb/database-structure.html

* inspector/front-end/IndexedDBModel.js:
(WebInspector.IndexedDBModel.prototype.refreshDatabase):

LayoutTests:

* http/tests/inspector/indexeddb/database-names-expected.txt: Added.
* http/tests/inspector/indexeddb/database-names.html: Added.
* http/tests/inspector/indexeddb/database-structure-expected.txt: Added.
* http/tests/inspector/indexeddb/database-structure.html: Added.
* http/tests/inspector/indexeddb/indexeddb-test.js: Added.
* platform/gtk/Skipped:
* platform/mac-leopard/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106463 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 files changed:
LayoutTests/ChangeLog
LayoutTests/http/tests/inspector/indexeddb/database-names-expected.txt [new file with mode: 0644]
LayoutTests/http/tests/inspector/indexeddb/database-names.html [new file with mode: 0644]
LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt [new file with mode: 0644]
LayoutTests/http/tests/inspector/indexeddb/database-structure.html [new file with mode: 0644]
LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js [new file with mode: 0644]
LayoutTests/platform/gtk/Skipped
LayoutTests/platform/mac-leopard/Skipped
LayoutTests/platform/mac-snowleopard/Skipped
LayoutTests/platform/mac/Skipped
LayoutTests/platform/qt/Skipped
LayoutTests/platform/win/Skipped
Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/IndexedDBModel.js