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

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

Issue 1872523003: Update error message with live URL for enabling trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'WebUSB' feature is currently enabled in limited trials. Plea se see [Phosphor console URL] for information on enabling a trial for your site. 13 CONSOLE ERROR: The 'WebUSB' feature is currently enabled in limited trials. Plea se see https://bit.ly/OriginTrials for information on enabling a trial for your site.
14 CONSOLE ERROR: The 'WebBluetooth' feature is currently enabled in limited trials . Please see [Phosphor console URL] for information on enabling a trial for your site. 14 CONSOLE ERROR: The 'WebBluetooth' feature is currently enabled in limited trials . Please see https://bit.ly/OriginTrials for information on enabling a trial for your site.
15 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. 15 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
16 This test documents all interface attributes and methods on the global window ob ject and element instances. 16 This test documents all interface attributes and methods on the global window ob ject and element instances.
17 17
18 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 18 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
19 19
20 20
21 [INTERFACES] 21 [INTERFACES]
22 interface AnalyserNode : AudioNode 22 interface AnalyserNode : AudioNode
23 attribute @@toStringTag 23 attribute @@toStringTag
24 getter fftSize 24 getter fftSize
(...skipping 6609 matching lines...) Expand 10 before | Expand all | Expand 10 after
6634 method stop 6634 method stop
6635 method webkitCancelAnimationFrame 6635 method webkitCancelAnimationFrame
6636 method webkitCancelRequestAnimationFrame 6636 method webkitCancelRequestAnimationFrame
6637 method webkitRequestAnimationFrame 6637 method webkitRequestAnimationFrame
6638 method webkitRequestFileSystem 6638 method webkitRequestFileSystem
6639 method webkitResolveLocalFileSystemURL 6639 method webkitResolveLocalFileSystemURL
6640 PASS successfullyParsed is true 6640 PASS successfullyParsed is true
6641 6641
6642 TEST COMPLETE 6642 TEST COMPLETE
6643 6643
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698