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

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

Issue 993893002: Add the data attribute to the Notification object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test failures. Created 5 years, 9 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 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 getter whatToShow 3423 getter whatToShow
3424 method constructor 3424 method constructor
3425 method detach 3425 method detach
3426 method nextNode 3426 method nextNode
3427 method previousNode 3427 method previousNode
3428 interface NodeList 3428 interface NodeList
3429 method constructor 3429 method constructor
3430 method item 3430 method item
3431 interface Notification 3431 interface Notification
3432 getter body 3432 getter body
3433 getter data
3433 getter dir 3434 getter dir
3434 getter icon 3435 getter icon
3435 getter lang 3436 getter lang
3436 getter onclick 3437 getter onclick
3437 getter onclose 3438 getter onclose
3438 getter onerror 3439 getter onerror
3439 getter onshow 3440 getter onshow
3440 getter silent 3441 getter silent
3441 getter tag 3442 getter tag
3442 getter title 3443 getter title
(...skipping 3191 matching lines...) Expand 10 before | Expand all | Expand 10 after
6634 setter password 6635 setter password
6635 setter pathname 6636 setter pathname
6636 setter port 6637 setter port
6637 setter protocol 6638 setter protocol
6638 setter search 6639 setter search
6639 setter username 6640 setter username
6640 PASS successfullyParsed is true 6641 PASS successfullyParsed is true
6641 6642
6642 TEST COMPLETE 6643 TEST COMPLETE
6643 6644
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698