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

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

Issue 2510133002: Add getCoalescedEvents API to PointerEvent (Closed)
Patch Set: rebase Created 4 years 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: 'webkitURL' is deprecated. Please use 'URL' instead. 4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
5 This test documents all interface attributes and methods on the global window ob ject and element instances. 5 This test documents all interface attributes and methods on the global window ob ject and element instances.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 [INTERFACES] 10 [INTERFACES]
(...skipping 4712 matching lines...) Expand 10 before | Expand all | Expand 10 after
4723 attribute @@toStringTag 4723 attribute @@toStringTag
4724 getter height 4724 getter height
4725 getter isPrimary 4725 getter isPrimary
4726 getter pointerId 4726 getter pointerId
4727 getter pointerType 4727 getter pointerType
4728 getter pressure 4728 getter pressure
4729 getter tiltX 4729 getter tiltX
4730 getter tiltY 4730 getter tiltY
4731 getter width 4731 getter width
4732 method constructor 4732 method constructor
4733 method getCoalescedEvents
4733 interface PopStateEvent : Event 4734 interface PopStateEvent : Event
4734 attribute @@toStringTag 4735 attribute @@toStringTag
4735 getter state 4736 getter state
4736 method constructor 4737 method constructor
4737 interface Presentation 4738 interface Presentation
4738 attribute @@toStringTag 4739 attribute @@toStringTag
4739 getter defaultRequest 4740 getter defaultRequest
4740 getter receiver 4741 getter receiver
4741 method constructor 4742 method constructor
4742 setter defaultRequest 4743 setter defaultRequest
(...skipping 4049 matching lines...) Expand 10 before | Expand all | Expand 10 after
8792 method setTimeout 8793 method setTimeout
8793 method stop 8794 method stop
8794 method webkitCancelAnimationFrame 8795 method webkitCancelAnimationFrame
8795 method webkitRequestAnimationFrame 8796 method webkitRequestAnimationFrame
8796 method webkitRequestFileSystem 8797 method webkitRequestFileSystem
8797 method webkitResolveLocalFileSystemURL 8798 method webkitResolveLocalFileSystemURL
8798 PASS successfullyParsed is true 8799 PASS successfullyParsed is true
8799 8800
8800 TEST COMPLETE 8801 TEST COMPLETE
8801 8802
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698