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

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

Issue 1004623010: Unprefix CSS Animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase expectations 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 | Annotate | Revision Log
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 14 matching lines...) Expand all
25 getter smoothingTimeConstant 25 getter smoothingTimeConstant
26 method constructor 26 method constructor
27 method getByteFrequencyData 27 method getByteFrequencyData
28 method getByteTimeDomainData 28 method getByteTimeDomainData
29 method getFloatFrequencyData 29 method getFloatFrequencyData
30 method getFloatTimeDomainData 30 method getFloatTimeDomainData
31 setter fftSize 31 setter fftSize
32 setter maxDecibels 32 setter maxDecibels
33 setter minDecibels 33 setter minDecibels
34 setter smoothingTimeConstant 34 setter smoothingTimeConstant
35 interface AnimationEvent
36 getter animationName
37 getter elapsedTime
38 method constructor
35 interface ApplicationCache 39 interface ApplicationCache
36 attribute CHECKING 40 attribute CHECKING
37 attribute DOWNLOADING 41 attribute DOWNLOADING
38 attribute IDLE 42 attribute IDLE
39 attribute OBSOLETE 43 attribute OBSOLETE
40 attribute UNCACHED 44 attribute UNCACHED
41 attribute UPDATEREADY 45 attribute UPDATEREADY
42 getter oncached 46 getter oncached
43 getter onchecking 47 getter onchecking
44 getter ondownloading 48 getter ondownloading
(...skipping 5556 matching lines...) Expand 10 before | Expand all | Expand 10 after
5601 getter deltaY 5605 getter deltaY
5602 getter deltaZ 5606 getter deltaZ
5603 getter wheelDelta 5607 getter wheelDelta
5604 getter wheelDeltaX 5608 getter wheelDeltaX
5605 getter wheelDeltaY 5609 getter wheelDeltaY
5606 method constructor 5610 method constructor
5607 interface Window 5611 interface Window
5608 attribute PERSISTENT 5612 attribute PERSISTENT
5609 attribute TEMPORARY 5613 attribute TEMPORARY
5610 attribute onabort 5614 attribute onabort
5615 attribute onanimationend
5616 attribute onanimationiteration
5617 attribute onanimationstart
5611 attribute onbeforeunload 5618 attribute onbeforeunload
5612 attribute onblur 5619 attribute onblur
5613 attribute oncancel 5620 attribute oncancel
5614 attribute oncanplay 5621 attribute oncanplay
5615 attribute oncanplaythrough 5622 attribute oncanplaythrough
5616 attribute onchange 5623 attribute onchange
5617 attribute onclick 5624 attribute onclick
5618 attribute onclose 5625 attribute onclose
5619 attribute oncontextmenu 5626 attribute oncontextmenu
5620 attribute oncuechange 5627 attribute oncuechange
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
6101 setter password 6108 setter password
6102 setter pathname 6109 setter pathname
6103 setter port 6110 setter port
6104 setter protocol 6111 setter protocol
6105 setter search 6112 setter search
6106 setter username 6113 setter username
6107 PASS successfullyParsed is true 6114 PASS successfullyParsed is true
6108 6115
6109 TEST COMPLETE 6116 TEST COMPLETE
6110 6117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698