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

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

Issue 959643002: Remove the overflowchanged event with a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests 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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 interface OfflineAudioContext 1293 interface OfflineAudioContext
1294 method constructor 1294 method constructor
1295 method startRendering 1295 method startRendering
1296 interface Option 1296 interface Option
1297 method constructor 1297 method constructor
1298 interface OscillatorNode 1298 interface OscillatorNode
1299 method constructor 1299 method constructor
1300 method setPeriodicWave 1300 method setPeriodicWave
1301 method start 1301 method start
1302 method stop 1302 method stop
1303 interface OverflowEvent
1304 attribute BOTH
1305 attribute HORIZONTAL
1306 attribute VERTICAL
1307 method constructor
1308 interface PageTransitionEvent 1303 interface PageTransitionEvent
1309 method constructor 1304 method constructor
1310 interface Path2D 1305 interface Path2D
1311 method arc 1306 method arc
1312 method arcTo 1307 method arcTo
1313 method bezierCurveTo 1308 method bezierCurveTo
1314 method closePath 1309 method closePath
1315 method constructor 1310 method constructor
1316 method ellipse 1311 method ellipse
1317 method lineTo 1312 method lineTo
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 method constructor 3041 method constructor
3047 interface webkitSpeechRecognitionEvent 3042 interface webkitSpeechRecognitionEvent
3048 method constructor 3043 method constructor
3049 interface webkitURL 3044 interface webkitURL
3050 method constructor 3045 method constructor
3051 method toString 3046 method toString
3052 PASS successfullyParsed is true 3047 PASS successfullyParsed is true
3053 3048
3054 TEST COMPLETE 3049 TEST COMPLETE
3055 3050
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698