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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2579693005: Remove legacy constants on Event (Closed)
Patch Set: update newly imported wpt/dom/historical.html Created 3 years, 12 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 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 method close 9 method close
10 method constructor 10 method constructor
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 method setFloat32 110 method setFloat32
111 method setFloat64 111 method setFloat64
112 method setInt16 112 method setInt16
113 method setInt32 113 method setInt32
114 method setInt8 114 method setInt8
115 method setUint16 115 method setUint16
116 method setUint32 116 method setUint32
117 method setUint8 117 method setUint8
118 interface Event 118 interface Event
119 attribute AT_TARGET 119 attribute AT_TARGET
120 attribute BLUR
121 attribute BUBBLING_PHASE 120 attribute BUBBLING_PHASE
122 attribute CAPTURING_PHASE 121 attribute CAPTURING_PHASE
123 attribute CHANGE
124 attribute CLICK
125 attribute DBLCLICK
126 attribute DRAGDROP
127 attribute FOCUS
128 attribute KEYDOWN
129 attribute KEYPRESS
130 attribute KEYUP
131 attribute MOUSEDOWN
132 attribute MOUSEDRAG
133 attribute MOUSEMOVE
134 attribute MOUSEOUT
135 attribute MOUSEOVER
136 attribute MOUSEUP
137 attribute NONE 122 attribute NONE
138 attribute SELECT
139 getter bubbles 123 getter bubbles
140 getter cancelBubble 124 getter cancelBubble
141 getter cancelable 125 getter cancelable
142 getter composed 126 getter composed
143 getter currentTarget 127 getter currentTarget
144 getter defaultPrevented 128 getter defaultPrevented
145 getter eventPhase 129 getter eventPhase
146 getter path 130 getter path
147 getter returnValue 131 getter returnValue
148 getter srcElement 132 getter srcElement
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 setter onmessage 696 setter onmessage
713 setter onnotificationclick 697 setter onnotificationclick
714 setter onnotificationclose 698 setter onnotificationclose
715 setter onpush 699 setter onpush
716 setter onsync 700 setter onsync
717 PASS Verify the interface of ServiceWorkerGlobalScope 701 PASS Verify the interface of ServiceWorkerGlobalScope
718 PASS successfullyParsed is true 702 PASS successfullyParsed is true
719 703
720 TEST COMPLETE 704 TEST COMPLETE
721 705
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698