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

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

Issue 2454073005: Add isComposing support for KeyboardEvents (Closed)
Patch Set: Fix windows and linux Created 4 years, 1 month 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 3099 matching lines...) Expand 10 before | Expand all | Expand 10 after
3110 interface KeyboardEvent : UIEvent 3110 interface KeyboardEvent : UIEvent
3111 attribute @@toStringTag 3111 attribute @@toStringTag
3112 attribute DOM_KEY_LOCATION_LEFT 3112 attribute DOM_KEY_LOCATION_LEFT
3113 attribute DOM_KEY_LOCATION_NUMPAD 3113 attribute DOM_KEY_LOCATION_NUMPAD
3114 attribute DOM_KEY_LOCATION_RIGHT 3114 attribute DOM_KEY_LOCATION_RIGHT
3115 attribute DOM_KEY_LOCATION_STANDARD 3115 attribute DOM_KEY_LOCATION_STANDARD
3116 getter altKey 3116 getter altKey
3117 getter charCode 3117 getter charCode
3118 getter code 3118 getter code
3119 getter ctrlKey 3119 getter ctrlKey
3120 getter isComposing
3120 getter key 3121 getter key
3121 getter keyCode 3122 getter keyCode
3122 getter location 3123 getter location
3123 getter metaKey 3124 getter metaKey
3124 getter repeat 3125 getter repeat
3125 getter shiftKey 3126 getter shiftKey
3126 getter which 3127 getter which
3127 method constructor 3128 method constructor
3128 method getModifierState 3129 method getModifierState
3129 method initKeyboardEvent 3130 method initKeyboardEvent
(...skipping 4592 matching lines...) Expand 10 before | Expand all | Expand 10 after
7722 method stop 7723 method stop
7723 method webkitCancelAnimationFrame 7724 method webkitCancelAnimationFrame
7724 method webkitCancelRequestAnimationFrame 7725 method webkitCancelRequestAnimationFrame
7725 method webkitRequestAnimationFrame 7726 method webkitRequestAnimationFrame
7726 method webkitRequestFileSystem 7727 method webkitRequestFileSystem
7727 method webkitResolveLocalFileSystemURL 7728 method webkitResolveLocalFileSystemURL
7728 PASS successfullyParsed is true 7729 PASS successfullyParsed is true
7729 7730
7730 TEST COMPLETE 7731 TEST COMPLETE
7731 7732
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698