Index: LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt |
diff --git a/LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt b/LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt |
index 6741df782339b336b472c86c1858cf5d5994c25f..5f1c17557f1adc312f059546e0ffa7450f3e24c6 100644 |
--- a/LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt |
+++ b/LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt |
@@ -1,3 +1,12 @@ |
+CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use the standard 'IDBTransaction' instead. |
+CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use the standard 'IDBRequest' instead. |
+CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use the standard 'IDBObjectStore' instead. |
+CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use the standard 'IDBKeyRange' instead. |
+CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use the standard 'IDBIndex' instead. |
+CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use the standard 'IDBFactory' instead. |
+CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use the standard 'IDBDatabase' instead. |
+CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use the standard 'IDBCursor' instead. |
+CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use the standard 'indexedDB' instead. |
This test documents the Constructor properties on DedicatedWorkerGlobalScope. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |