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

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

Issue 2005433002: [Origin Trials] Install origin trial bindings on V8 context conditionally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@track-ef-install
Patch Set: Rebase; Respect runtime-enabled flags as well Created 4 years, 6 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: 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. 13 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. 14 This test documents all interface attributes and methods on the global window ob ject and element instances.
16 15
17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
18 17
19 18
20 [INTERFACES] 19 [INTERFACES]
21 interface AnalyserNode : AudioNode 20 interface AnalyserNode : AudioNode
22 attribute @@toStringTag 21 attribute @@toStringTag
23 getter fftSize 22 getter fftSize
(...skipping 6427 matching lines...) Expand 10 before | Expand all | Expand 10 after
6451 setter hostname 6450 setter hostname
6452 setter href 6451 setter href
6453 setter password 6452 setter password
6454 setter pathname 6453 setter pathname
6455 setter port 6454 setter port
6456 setter protocol 6455 setter protocol
6457 setter search 6456 setter search
6458 setter username 6457 setter username
6459 [GLOBAL OBJECT] 6458 [GLOBAL OBJECT]
6460 attribute GCController 6459 attribute GCController
6461 attribute StorageManager
6462 attribute accessibilityController 6460 attribute accessibilityController
6463 attribute applicationCache 6461 attribute applicationCache
6464 attribute caches 6462 attribute caches
6465 attribute clientInformation 6463 attribute clientInformation
6466 attribute closed 6464 attribute closed
6467 attribute console 6465 attribute console
6468 attribute crypto 6466 attribute crypto
6469 attribute defaultStatus 6467 attribute defaultStatus
6470 attribute defaultstatus 6468 attribute defaultstatus
6471 attribute devicePixelRatio 6469 attribute devicePixelRatio
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
6650 method stop 6648 method stop
6651 method webkitCancelAnimationFrame 6649 method webkitCancelAnimationFrame
6652 method webkitCancelRequestAnimationFrame 6650 method webkitCancelRequestAnimationFrame
6653 method webkitRequestAnimationFrame 6651 method webkitRequestAnimationFrame
6654 method webkitRequestFileSystem 6652 method webkitRequestFileSystem
6655 method webkitResolveLocalFileSystemURL 6653 method webkitResolveLocalFileSystemURL
6656 PASS successfullyParsed is true 6654 PASS successfullyParsed is true
6657 6655
6658 TEST COMPLETE 6656 TEST COMPLETE
6659 6657
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698