Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead. 11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead.
12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead. 12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
13 CONSOLE ERROR: The 'DurableStorage' feature is currently enabled in limited tria ls. Please see https://bit.ly/OriginTrials for information on enabling a trial f or your site. 13 CONSOLE ERROR: line 94: The 'DurableStorage' feature is currently enabled in lim ited trials. Please see https://bit.ly/OriginTrials for information on enabling a trial for your site.
14 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 14 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
15 This test documents all interface attributes and methods on the global window ob ject and element instances. 15 This test documents all interface attributes and methods on the global window ob ject and element instances.
16 16
17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
18 18
19 19
20 [INTERFACES] 20 [INTERFACES]
21 interface AnalyserNode : AudioNode 21 interface AnalyserNode : AudioNode
22 attribute @@toStringTag 22 attribute @@toStringTag
23 getter fftSize 23 getter fftSize
(...skipping 6621 matching lines...) Expand 10 before | Expand all | Expand 10 after
6645 method stop 6645 method stop
6646 method webkitCancelAnimationFrame 6646 method webkitCancelAnimationFrame
6647 method webkitCancelRequestAnimationFrame 6647 method webkitCancelRequestAnimationFrame
6648 method webkitRequestAnimationFrame 6648 method webkitRequestAnimationFrame
6649 method webkitRequestFileSystem 6649 method webkitRequestFileSystem
6650 method webkitResolveLocalFileSystemURL 6650 method webkitResolveLocalFileSystemURL
6651 PASS successfullyParsed is true 6651 PASS successfullyParsed is true
6652 6652
6653 TEST COMPLETE 6653 TEST COMPLETE
6654 6654
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698