Index: third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt b/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt |
index 22bbc9665e3a4071cd618e02207708b7cc8ee8c4..3d02b8dda72f91de2f22053b1eebaa8f4be13845 100644 |
--- a/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt |
@@ -1,16 +1,16 @@ |
-CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. |
-CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. |
-CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
-CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. |
-CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. |
-CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. |
-CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. |
-CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
-CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. |
-CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' instead. |
-CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead. |
-CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead. |
-CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. |
+CONSOLE WARNING: line 8: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. |
+CONSOLE WARNING: line 8: 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. |
+CONSOLE WARNING: line 8: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' instead. |
+CONSOLE WARNING: line 8: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead. |
+CONSOLE WARNING: line 8: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead. |
+CONSOLE WARNING: line 8: 'webkitURL' is deprecated. Please use 'URL' instead. |
This test documents our set of global constructors we expose on the window object (FF and Opera don't expose them on the window, btw). This also checks to make sure than any constructor attribute we expose has the expected constructor type. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |