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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update test expectations Created 5 years, 3 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 3425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3436 method isProtocolHandlerRegistered 3436 method isProtocolHandlerRegistered
3437 method javaEnabled 3437 method javaEnabled
3438 method registerProtocolHandler 3438 method registerProtocolHandler
3439 method requestMIDIAccess 3439 method requestMIDIAccess
3440 method requestMediaKeySystemAccess 3440 method requestMediaKeySystemAccess
3441 method sendBeacon 3441 method sendBeacon
3442 method unregisterProtocolHandler 3442 method unregisterProtocolHandler
3443 method vibrate 3443 method vibrate
3444 method webkitGetUserMedia 3444 method webkitGetUserMedia
3445 interface NetworkInformation 3445 interface NetworkInformation
3446 getter downlinkMax
3447 getter onchange
3446 getter ontypechange 3448 getter ontypechange
3447 getter type 3449 getter type
3448 method constructor 3450 method constructor
3451 setter onchange
3449 setter ontypechange 3452 setter ontypechange
3450 interface Node 3453 interface Node
3451 attribute ATTRIBUTE_NODE 3454 attribute ATTRIBUTE_NODE
3452 attribute CDATA_SECTION_NODE 3455 attribute CDATA_SECTION_NODE
3453 attribute COMMENT_NODE 3456 attribute COMMENT_NODE
3454 attribute DOCUMENT_FRAGMENT_NODE 3457 attribute DOCUMENT_FRAGMENT_NODE
3455 attribute DOCUMENT_NODE 3458 attribute DOCUMENT_NODE
3456 attribute DOCUMENT_POSITION_CONTAINED_BY 3459 attribute DOCUMENT_POSITION_CONTAINED_BY
3457 attribute DOCUMENT_POSITION_CONTAINS 3460 attribute DOCUMENT_POSITION_CONTAINS
3458 attribute DOCUMENT_POSITION_DISCONNECTED 3461 attribute DOCUMENT_POSITION_DISCONNECTED
(...skipping 3287 matching lines...) Expand 10 before | Expand all | Expand 10 after
6746 setter password 6749 setter password
6747 setter pathname 6750 setter pathname
6748 setter port 6751 setter port
6749 setter protocol 6752 setter protocol
6750 setter search 6753 setter search
6751 setter username 6754 setter username
6752 PASS successfullyParsed is true 6755 PASS successfullyParsed is true
6753 6756
6754 TEST COMPLETE 6757 TEST COMPLETE
6755 6758
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698