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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1291663004: [webnfc]: Step 1: Add NavigatorNfc, Nfc and Layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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.
(...skipping 3380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 getter cookieEnabled 3391 getter cookieEnabled
3392 getter credentials 3392 getter credentials
3393 getter doNotTrack 3393 getter doNotTrack
3394 getter geolocation 3394 getter geolocation
3395 getter hardwareConcurrency 3395 getter hardwareConcurrency
3396 getter language 3396 getter language
3397 getter languages 3397 getter languages
3398 getter maxTouchPoints 3398 getter maxTouchPoints
3399 getter mediaDevices 3399 getter mediaDevices
3400 getter mimeTypes 3400 getter mimeTypes
3401 getter nfc
3401 getter onLine 3402 getter onLine
3402 getter permissions 3403 getter permissions
3403 getter platform 3404 getter platform
3404 getter plugins 3405 getter plugins
3405 getter presentation 3406 getter presentation
3406 getter product 3407 getter product
3407 getter productSub 3408 getter productSub
3408 getter serviceWorker 3409 getter serviceWorker
3409 getter services 3410 getter services
3410 getter storage 3411 getter storage
(...skipping 15 matching lines...) Expand all
3426 method requestMediaKeySystemAccess 3427 method requestMediaKeySystemAccess
3427 method sendBeacon 3428 method sendBeacon
3428 method unregisterProtocolHandler 3429 method unregisterProtocolHandler
3429 method vibrate 3430 method vibrate
3430 method webkitGetUserMedia 3431 method webkitGetUserMedia
3431 interface NetworkInformation 3432 interface NetworkInformation
3432 getter ontypechange 3433 getter ontypechange
3433 getter type 3434 getter type
3434 method constructor 3435 method constructor
3435 setter ontypechange 3436 setter ontypechange
3437 interface Nfc
3438 method constructor
3439 method requestAdapter
3436 interface Node 3440 interface Node
3437 attribute ATTRIBUTE_NODE 3441 attribute ATTRIBUTE_NODE
3438 attribute CDATA_SECTION_NODE 3442 attribute CDATA_SECTION_NODE
3439 attribute COMMENT_NODE 3443 attribute COMMENT_NODE
3440 attribute DOCUMENT_FRAGMENT_NODE 3444 attribute DOCUMENT_FRAGMENT_NODE
3441 attribute DOCUMENT_NODE 3445 attribute DOCUMENT_NODE
3442 attribute DOCUMENT_POSITION_CONTAINED_BY 3446 attribute DOCUMENT_POSITION_CONTAINED_BY
3443 attribute DOCUMENT_POSITION_CONTAINS 3447 attribute DOCUMENT_POSITION_CONTAINS
3444 attribute DOCUMENT_POSITION_DISCONNECTED 3448 attribute DOCUMENT_POSITION_DISCONNECTED
3445 attribute DOCUMENT_POSITION_FOLLOWING 3449 attribute DOCUMENT_POSITION_FOLLOWING
(...skipping 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after
6705 setter password 6709 setter password
6706 setter pathname 6710 setter pathname
6707 setter port 6711 setter port
6708 setter protocol 6712 setter protocol
6709 setter search 6713 setter search
6710 setter username 6714 setter username
6711 PASS successfullyParsed is true 6715 PASS successfullyParsed is true
6712 6716
6713 TEST COMPLETE 6717 TEST COMPLETE
6714 6718
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698