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

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

Issue 1987563002: [DurableStorage] Add UseCounter and fixed IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed test expectations 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
12 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 12 CONSOLE WARNING: '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 WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. 14 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
14 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.
15 16
16 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 ".
17 18
18 19
19 [INTERFACES] 20 [INTERFACES]
20 interface AnalyserNode : AudioNode 21 interface AnalyserNode : AudioNode
21 attribute @@toStringTag 22 attribute @@toStringTag
22 getter fftSize 23 getter fftSize
(...skipping 6422 matching lines...) Expand 10 before | Expand all | Expand 10 after
6445 setter hostname 6446 setter hostname
6446 setter href 6447 setter href
6447 setter password 6448 setter password
6448 setter pathname 6449 setter pathname
6449 setter port 6450 setter port
6450 setter protocol 6451 setter protocol
6451 setter search 6452 setter search
6452 setter username 6453 setter username
6453 [GLOBAL OBJECT] 6454 [GLOBAL OBJECT]
6454 attribute GCController 6455 attribute GCController
6456 attribute StorageManager
6455 attribute accessibilityController 6457 attribute accessibilityController
6456 attribute applicationCache 6458 attribute applicationCache
6457 attribute caches 6459 attribute caches
6458 attribute clientInformation 6460 attribute clientInformation
6459 attribute closed 6461 attribute closed
6460 attribute console 6462 attribute console
6461 attribute crypto 6463 attribute crypto
6462 attribute defaultStatus 6464 attribute defaultStatus
6463 attribute defaultstatus 6465 attribute defaultstatus
6464 attribute devicePixelRatio 6466 attribute devicePixelRatio
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
6643 method stop 6645 method stop
6644 method webkitCancelAnimationFrame 6646 method webkitCancelAnimationFrame
6645 method webkitCancelRequestAnimationFrame 6647 method webkitCancelRequestAnimationFrame
6646 method webkitRequestAnimationFrame 6648 method webkitRequestAnimationFrame
6647 method webkitRequestFileSystem 6649 method webkitRequestFileSystem
6648 method webkitResolveLocalFileSystemURL 6650 method webkitResolveLocalFileSystemURL
6649 PASS successfullyParsed is true 6651 PASS successfullyParsed is true
6650 6652
6651 TEST COMPLETE 6653 TEST COMPLETE
6652 6654
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698